Class TradingAccountInfoEvent

java.lang.Object
velox.api.layer1.datastructure.events.Event
velox.api.layer1.datastructure.events.TradingAccountInfoEvent
All Implemented Interfaces:
Serializable, Cloneable, CloneableSerializable, CustomGeneratedEvent
Direct Known Subclasses:
TradingAccountInfoAddEvent, TradingAccountInfoRemoveEvent

public abstract class TradingAccountInfoEvent extends Event
See Also:
  • Constructor Details

    • TradingAccountInfoEvent

      public TradingAccountInfoEvent(velox.api.layer1.datastructure.events.EventType eventType, long t, AccountInfo accountInfo, String alias)
  • Method Details

    • getAccountInfo

      public AccountInfo getAccountInfo()
    • getAlias

      public String getAlias()