com.lmax.api.account
Class AccountStateRequest

java.lang.Object
  extended by com.lmax.api.account.AccountStateRequest
All Implemented Interfaces:
com.lmax.api.internal.Request

public class AccountStateRequest
extends java.lang.Object
implements com.lmax.api.internal.Request

A request for an AccountStateEvent.


Constructor Summary
AccountStateRequest()
           
 
Method Summary
 java.lang.String getUri()
          The URI to send the account state request to.
 void writeTo(com.lmax.api.internal.xml.StructuredWriter writer)
          Internal: Output this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountStateRequest

public AccountStateRequest()
Method Detail

getUri

public java.lang.String getUri()
The URI to send the account state request to.

Specified by:
getUri in interface com.lmax.api.internal.Request
Returns:
The URI to send the account state request to.

writeTo

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

Specified by:
writeTo in interface com.lmax.api.internal.Request
Parameters:
writer - The destination for the content of this request