Class FixMessage.Builder
java.lang.Object
com.quantfinlib.fix.FixMessage.Builder
- Enclosing class:
FixMessage
Body-field builder; the session supplies header fields at encode time.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Frames the message with header, body length and checksum.byte[]encode(String senderCompId, String targetCompId, long seqNum, String sendingTimeUtc, boolean possDup, String origSendingTime) Framing with resend header fields:possDupsets PossDupFlag(43)=Y andorigSendingTimeadds OrigSendingTime(122) — required when replaying stored messages.field(int tag, char value) field(int tag, double value) Plain-decimal rendering (FIX forbids scientific notation).field(int tag, long value) msgType()
-
Method Details
-
field
-
field
-
field
-
field
Plain-decimal rendering (FIX forbids scientific notation). -
msgType
-
encode
-
encode
-