com.lmax.api.heartbeat
Class HeartbeatSubscriptionRequest

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

public class HeartbeatSubscriptionRequest
extends AccountSubscriptionRequest

Subscription request to subscribe to heartbeats.


Constructor Summary
HeartbeatSubscriptionRequest()
           
 
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

HeartbeatSubscriptionRequest

public HeartbeatSubscriptionRequest()