public interface FixHandler
| Modifier and Type | Method and Description |
|---|---|
void |
completeMessage(net.openhft.chronicle.bytes.Bytes bytes) |
void |
onField(long fieldNumber,
net.openhft.chronicle.bytes.Bytes value)
Called for each field of a FIX message.
|
void onField(long fieldNumber,
net.openhft.chronicle.bytes.Bytes value)
fieldNumber - 8 is the start and 10 is the end, for other field numbers see fixprotocol.orgvalue - to be ignored, parsed or copied.void completeMessage(net.openhft.chronicle.bytes.Bytes bytes)
Copyright © 2015. All rights reserved.