com.lmax.api.order
Class ExecutionSubscriptionRequest

java.lang.Object
  extended by com.lmax.api.SubscriptionRequest
      extended by com.lmax.api.account.AccountSubscriptionRequest
          extended by com.lmax.api.order.ExecutionSubscriptionRequest
All Implemented Interfaces:
com.lmax.api.internal.Request

public class ExecutionSubscriptionRequest
extends AccountSubscriptionRequest

Request to subscribe to Execution events.


Constructor Summary
ExecutionSubscriptionRequest()
           
 
Method Summary
 
Methods inherited from class com.lmax.api.account.AccountSubscriptionRequest
writeTo
 
Methods inherited from class com.lmax.api.SubscriptionRequest
getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionSubscriptionRequest

public ExecutionSubscriptionRequest()