public interface MessageFlyweight extends Flyweight
| Modifier and Type | Method and Description |
|---|---|
int |
limit()
The current limit in the buffer at which the message is being encoded or decoded.
|
void |
limit(int limit)
The current limit in the buffer at which the message is being encoded or decoded.
|
int |
sbeBlockLength()
The length of the root block in bytes.
|
String |
sbeSemanticType()
The semantic type of the message which is typically the semantic equivalent in the FIX repository.
|
int |
sbeTemplateId()
The SBE template identifier for the message.
|
buffer, encodedLength, offset, sbeSchemaId, sbeSchemaVersionint sbeBlockLength()
int sbeTemplateId()
String sbeSemanticType()
int limit()
void limit(int limit)
limit - in the buffer at which the message is being encoded or decoded.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.