public static class POE.OrderExecuted extends Object implements POE.OutboundMessage
| Modifier and Type | Field and Description |
|---|---|
byte |
liquidityFlag |
long |
matchNumber |
byte[] |
orderId |
long |
price |
long |
quantity |
long |
timestamp |
| Constructor and Description |
|---|
OrderExecuted()
Create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
get(ByteBuffer buffer)
Read this message from a buffer.
|
void |
put(ByteBuffer buffer)
Write this message to a buffer.
|
public long timestamp
public byte[] orderId
public long quantity
public long price
public byte liquidityFlag
public long matchNumber
public void get(ByteBuffer buffer)
ProtocolMessageget in interface ProtocolMessagebuffer - a bufferpublic void put(ByteBuffer buffer)
ProtocolMessageput in interface ProtocolMessagebuffer - a bufferCopyright © 2017. All rights reserved.