com.lmax.api.account
Class AccountSubscriptionRequest

java.lang.Object
  extended by com.lmax.api.SubscriptionRequest
      extended by com.lmax.api.account.AccountSubscriptionRequest
All Implemented Interfaces:
com.lmax.api.internal.Request
Direct Known Subclasses:
ExecutionSubscriptionRequest, HeartbeatSubscriptionRequest

public class AccountSubscriptionRequest
extends SubscriptionRequest

Subscription request for all account information.


Constructor Summary
AccountSubscriptionRequest()
           
 
Method Summary
 void writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
          Internal: Output this request.
 
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

AccountSubscriptionRequest

public AccountSubscriptionRequest()
Method Detail

writeTo

public void writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
Internal: Output this request.

Parameters:
writer - The destination for the content of this request