public final class DropCopy extends java.lang.Object implements IMessage, java.lang.Comparable<DropCopy>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
MFFloat |
baseCurrAmt |
MFString |
baseCurrency
The (XXX) base currency amount and name, XXX/YYY.
|
MFString |
clOrdID
Client-provided order ID.
|
MFFloat |
counterCurrAmt |
MFString |
counterCurrency
The (YYY) counter currency amount and name, XXX/YYY.
|
MFString |
counterPartyID
Exchange-provided info that identifies this capture.
|
MFString |
customerAccountID
Customer provided account ID associated with a user.
|
MFString |
customerClientID
Customer provided client ID associated with a user.
|
MFString |
exOrdID
An exchange-assigned order ID.
|
MFString |
exPendingID
A unique ID for a pending trade execution (has yet to be
confirmed).
|
MFString |
exTradeID
A unique for a completed trade.
|
int |
feedID
A unique identifier for the feed.
|
boolean |
isTaker
This field lets you know whether the other side was an
aggressor.
|
int |
marketID
A market ID, which identifies a unique financial instrument.
|
MatchStatus |
matchStatus
The status of this capture: pending, confirmed, or done.
|
MFString |
modelID
Passed back if supplied in submitOrder (used for risk
management).
|
MFString |
onBehalfOfCompID |
MFString |
onBehalfOfSubID |
int |
origFeedID
The original feedID if this message comes from MarketFactory
drop copy feed.
|
MFFloat |
origPrice |
MFFloat |
price
A currency price, in MFFloat format.
|
int |
sequenceID
User sequence id.
|
MFFloat |
settlCurrAmt |
MFString |
settlCurrency
For crosses, the settlement currency amount and name.
|
long |
settlDate
Exchange-provided info that identifies this capture.
|
Side |
side
The side of the original order.
|
long |
timeApiClient
Timestamp at the client API (taken on the client host).
|
long |
timeApiServer
Timestamp in the client handler within Whisperer.
|
long |
timeExchange
Timestamp provided by the exchange.
|
long |
timeHandler
Timestamp exiting the feed handler within Whisperer.
|
long |
tradeDate
Exchange-provided info that identifies this capture.
|
MFString |
userName |
| Modifier | Constructor and Description |
|---|---|
|
DropCopy() |
|
DropCopy(int sequenceID,
MFString customerClientID,
MFString customerAccountID,
MFString userName,
MFString onBehalfOfCompID,
MFString onBehalfOfSubID,
MFString clOrdID,
MFString exOrdID,
MFString exPendingID,
MFString exTradeID,
MFString modelID,
long timeExchange,
long timeHandler,
long timeApiServer,
long timeApiClient,
int feedID,
int origFeedID,
int marketID,
Side side,
MFFloat price,
MFFloat origPrice,
MFFloat baseCurrAmt,
MFString baseCurrency,
MFFloat counterCurrAmt,
MFString counterCurrency,
MFFloat settlCurrAmt,
MFString settlCurrency,
boolean isTaker,
MatchStatus matchStatus,
MFString counterPartyID,
long tradeDate,
long settlDate) |
protected |
DropCopy(ZeroGCProtoByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DropCopy rhs) |
void |
deepCopy(DropCopy src) |
void |
deserializeZeroGC(ZeroGCProtoByteBuffer buffer) |
protected void |
dump(TextWriter wr) |
boolean |
equals(java.lang.Object rhs) |
int |
getMsgType() |
int |
hashCode() |
void |
serialize(ZeroGCProtoByteBuffer buffer) |
java.lang.String |
toString() |
public int sequenceID
public MFString customerClientID
public MFString customerAccountID
public MFString userName
public MFString onBehalfOfCompID
public MFString onBehalfOfSubID
public MFString clOrdID
public MFString exOrdID
public MFString exPendingID
public MFString exTradeID
public MFString modelID
public long timeExchange
public long timeHandler
public long timeApiServer
public long timeApiClient
public int feedID
public int origFeedID
public int marketID
public Side side
public MFFloat price
public MFFloat origPrice
public MFFloat baseCurrAmt
public MFString baseCurrency
public MFFloat counterCurrAmt
public MFString counterCurrency
public MFFloat settlCurrAmt
public MFString settlCurrency
public boolean isTaker
public MatchStatus matchStatus
public MFString counterPartyID
public long tradeDate
public long settlDate
public DropCopy()
protected DropCopy(ZeroGCProtoByteBuffer buffer)
public DropCopy(int sequenceID,
MFString customerClientID,
MFString customerAccountID,
MFString userName,
MFString onBehalfOfCompID,
MFString onBehalfOfSubID,
MFString clOrdID,
MFString exOrdID,
MFString exPendingID,
MFString exTradeID,
MFString modelID,
long timeExchange,
long timeHandler,
long timeApiServer,
long timeApiClient,
int feedID,
int origFeedID,
int marketID,
Side side,
MFFloat price,
MFFloat origPrice,
MFFloat baseCurrAmt,
MFString baseCurrency,
MFFloat counterCurrAmt,
MFString counterCurrency,
MFFloat settlCurrAmt,
MFString settlCurrency,
boolean isTaker,
MatchStatus matchStatus,
MFString counterPartyID,
long tradeDate,
long settlDate)
public int getMsgType()
getMsgType in interface IMessagepublic void deepCopy(DropCopy src)
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectpublic int compareTo(DropCopy rhs)
compareTo in interface java.lang.Comparable<DropCopy>public int hashCode()
hashCode in class java.lang.Objectpublic void deserializeZeroGC(ZeroGCProtoByteBuffer buffer)
deserializeZeroGC in interface IMessagepublic void serialize(ZeroGCProtoByteBuffer buffer)
public java.lang.String toString()
protected void dump(TextWriter wr)