Package | Description |
---|---|
biz.onixs.cme.md.handler | |
biz.onixs.cme.md.handler.event |
Modifier and Type | Method and Description |
---|---|
static SecurityTradingEvent |
SecurityTradingEvent.forValue(int value)
Convert int to enumeration.
|
static SecurityTradingEvent |
SecurityTradingEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTradingEvent[] |
SecurityTradingEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityTradingEvent |
SecurityStatusChangedEventArgs.getTradingEvent()
Security trading event.
|
Constructor and Description |
---|
SecurityStatusChangedEventArgs(String symbol,
int securityId,
String securityGroup,
SecurityStatus status,
SecurityTradingEvent tradingEvent,
biz.onixs.cme.sbe.IMessage securityStatusMessage,
long packetSeqNum)
Constructor.
|
Copyright © 2010–2020 Onix Solutions. All rights reserved.