Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X 

A

addMessage(UnifiedMetaData) - Method in class biz.onixs.sbe.def.MessageSchema
 

B

B3_FRAMING_HEADER - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification for the Simple Open Framing Header that is compliant to the B3 requirements.
B3Composites - Class in biz.onixs.sbe.b3
Set of classes for B3 composites.
B3Composites() - Constructor for class biz.onixs.sbe.b3.B3Composites
 
B3Sample - Class in biz.onixs.sbe.samples
Main sample class.
B3Sample() - Constructor for class biz.onixs.sbe.samples.B3Sample
 
BidirectionalBusinessHeader - Interface in biz.onixs.sbe.b3
B3 BidirectionalBusinessHeader composite type interface.
biz.onixs.sbe - package biz.onixs.sbe
 
biz.onixs.sbe.b3 - package biz.onixs.sbe.b3
 
biz.onixs.sbe.def - package biz.onixs.sbe.def
 
biz.onixs.sbe.exceptions - package biz.onixs.sbe.exceptions
 
biz.onixs.sbe.samples - package biz.onixs.sbe.samples
 
biz.onixs.sbe.samples.gettingStarted - package biz.onixs.sbe.samples.gettingStarted
 
buildVirtualFields() - Method in class biz.onixs.sbe.def.MessageSchema
 
ByteDecoder - Class in biz.onixs.sbe
Base for decoder implementation.
ByteDecoder() - Constructor for class biz.onixs.sbe.ByteDecoder
 
ByteDecoderFactory - Class in biz.onixs.sbe
Factory to create SBE encoder/decoder object for the corresponding message schema.
ByteDecoderFactory() - Constructor for class biz.onixs.sbe.ByteDecoderFactory
Default constructor.
ByteDecoderFactory(DecoderSettings) - Constructor for class biz.onixs.sbe.ByteDecoderFactory
Constructor.

C

clone() - Method in interface biz.onixs.sbe.IMessage
Creates a copy of the message instance, including part of underlying byte array with message data.
clone() - Method in class biz.onixs.sbe.Message
Creates a copy of the message instance, including part of underlying byte array with message data.
CME_SBE_1_0_LE_BIGENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for big-endian-encoded message in little-endian-encoded header.
CME_SBE_1_0_LE_LITTLEENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for little-endian-encoded message in little-endian-encoded header.
CMEILINK3_FRAMING_HEADER - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification for the Simple Open Framing Header that is compliant to the CME iLink3 requirements.
CMEMDP3_FRAMING_HEADER - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification for the Simple Open Framing Header that is compliant to the CME MDP3 requirements.
contains(int) - Method in interface biz.onixs.sbe.IFieldSet
Returns true if field belongs to field set and has not null value.
Convert - Class in biz.onixs.sbe
Helper to convert data between different types.
Convert() - Constructor for class biz.onixs.sbe.Convert
 
create(IMessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(MessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(DecoderSettings, IMessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(DecoderSettings, MessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(ClassLoader, IMessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(ClassLoader, MessageSchema) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(IMessageSchema, Class<?>[]) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(MessageSchema, Class<?>[]) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
create(ClassLoader, MessageSchema, Class<?>[]) - Method in class biz.onixs.sbe.ByteDecoderFactory
Creates SBE encoder/decoder object.
createEmptyComposite(String, Object) - Method in class biz.onixs.sbe.ByteDecoder
Creates or fills empty instance of the class that represents standard composite type.
createEmptyCustomComposite(Class<T>) - Method in class biz.onixs.sbe.ByteDecoder
Creates empty instance of the class that implements given custom composite interface.
createEmptyStandardComposite(int, Object) - Method in interface biz.onixs.sbe.IFieldSet
Creates null object of the standard composite type.
createFullControlSettings() - Static method in class biz.onixs.sbe.DecoderSettings
Settings with all checks enabled.
createNullDecimal(int, ScaledDecimal) - Method in interface biz.onixs.sbe.IFieldSet
Create null value for the given field.
createNullMonthYear(int, MonthYear) - Method in interface biz.onixs.sbe.IFieldSet
Creates null MonthYear object.
createNullTimestamp(int, SbeTimestamp) - Method in interface biz.onixs.sbe.IFieldSet
Creates null MonthYear object.
CustodianInfo - Interface in biz.onixs.sbe.b3
 
CustomCompositeException - Exception in biz.onixs.sbe.exceptions
Thrown on errors issued during generating of custom composites.
CustomCompositeException(String) - Constructor for exception biz.onixs.sbe.exceptions.CustomCompositeException
Constructor.
CustomCompositeException(String, Exception) - Constructor for exception biz.onixs.sbe.exceptions.CustomCompositeException
Constructor.

D

dataTags() - Method in interface biz.onixs.sbe.IFieldSet
Returns ids of number of instances tags of variadic-length fields, belonging to this field set.
decode(byte[], int, int) - Method in class biz.onixs.sbe.ByteDecoder
This function does the following: 1.
decodePreCreatedMessage(byte[], int, int) - Method in class biz.onixs.sbe.ByteDecoder
This function does the following: 1.
DecoderException - Exception in biz.onixs.sbe.exceptions
Base class of those exceptions that can be thrown during Decoder operations, such as absent tag, wrong message size, decoding error etc.
DecoderException() - Constructor for exception biz.onixs.sbe.exceptions.DecoderException
 
DecoderException(Throwable) - Constructor for exception biz.onixs.sbe.exceptions.DecoderException
 
DecoderException(String, Throwable, boolean, boolean) - Constructor for exception biz.onixs.sbe.exceptions.DecoderException
Constructor.
DecoderException(String) - Constructor for exception biz.onixs.sbe.exceptions.DecoderException
Constructor.
DecoderException(String, Throwable) - Constructor for exception biz.onixs.sbe.exceptions.DecoderException
Constructor.
DecoderSettings - Class in biz.onixs.sbe
Settings for decoder.
DecoderSettings() - Constructor for class biz.onixs.sbe.DecoderSettings
 
DefaultSeparator - Static variable in interface biz.onixs.sbe.IFieldSet
 

E

enableNarrowingOnRead() - Method in class biz.onixs.sbe.DecoderSettings
Checks if the narrowed value validated on write.
enableNarrowingOnWrite() - Method in class biz.onixs.sbe.DecoderSettings
Checks if the value narrowing enabled on write.
enableNullDataReturn() - Method in class biz.onixs.sbe.DecoderSettings
Checks if the null value can be returned by field value getter.
encode(byte[], int, int, int) - Method in class biz.onixs.sbe.ByteDecoder
This function does the following: 1.
encodePreCreatedMessage(byte[], int, int, int) - Method in class biz.onixs.sbe.ByteDecoder
This function does the following: 1.
EndianessFieldSpecification(int, int, boolean, MessageSchema.Endianess, byte[], byte[]) - Constructor for class biz.onixs.sbe.def.FramingHeaderSpecification.EndianessFieldSpecification
Constructor.
equals(Object) - Method in class biz.onixs.sbe.MonthYear
 
equals(Object) - Method in class biz.onixs.sbe.SbeTimestamp
Check two objects for equality.
equalsData(Object) - Method in class biz.onixs.sbe.MonthYear
COmpares two objects by their data withour null signs.

F

FieldSpecification(int, int, boolean, MessageSchema.Endianess) - Constructor for class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Constructor.
fieldTags() - Method in interface biz.onixs.sbe.IFieldSet
Returns ids of all fields
findCompositeMember(String) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Find a field of composite.
findCompositeMember(Function<UnifiedMetaData, Boolean>) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Find a field of composite.
findField(String) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Find field by name.
findField(int) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Find field by tag.
findOwnValue(String) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Find enumeration or set element.
findSuitable(UnifiedMetaData) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
 
findType(Function<UnifiedMetaData, Boolean>) - Method in class biz.onixs.sbe.def.MessageSchema
 
FramingHeaderPolicy - Class in biz.onixs.sbe
Policy of SBE framing header using.
FramingHeaderPolicy(FramingHeaderSpecification, int) - Constructor for class biz.onixs.sbe.FramingHeaderPolicy
Constructs new instance of the policy.
FramingHeaderPolicy(FramingHeaderPolicy) - Constructor for class biz.onixs.sbe.FramingHeaderPolicy
Makes a copy of the policy.
FramingHeaderSpecification - Class in biz.onixs.sbe.def
Specification of the Simple Open Framing Header.
FramingHeaderSpecification(FramingHeaderSpecification.FieldSpecification, FramingHeaderSpecification.EndianessFieldSpecification) - Constructor for class biz.onixs.sbe.def.FramingHeaderSpecification
Constructor.
FramingHeaderSpecification.EndianessFieldSpecification - Class in biz.onixs.sbe.def
Specification for the encodingType field.
FramingHeaderSpecification.FieldSpecification - Class in biz.onixs.sbe.def
Field specification.
fromString(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Returns primitive type descriptor by its standard name.
fromString(String) - Static method in enum biz.onixs.sbe.TimestampEpoch
 

G

getBigEndianSign() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.EndianessFieldSpecification
Signature if the message content uses big-endian byte order.
getBinarySize() - Method in interface biz.onixs.sbe.IMessage
Size of the buffer, available for the message.
getBinarySize() - Method in class biz.onixs.sbe.Message
Size of the message/
getBlockLength() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getBoolean(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getBuffer() - Method in interface biz.onixs.sbe.IMessage
Byte array, which contains the message data.
getBuffer() - Method in class biz.onixs.sbe.Message
Binary data of the message.
getBuildNumber() - Method in interface biz.onixs.sbe.b3.Version
 
getByte(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getBytes(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets raw field value by tag.
getCalculatedOffset() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Effective offset.
getChar(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getCharacterEncoding() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Character encoding.
getCompositeMembers() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Composite data fields.
getCompositeMembersContainer() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Gets container of composite fields.
getCorrespondingJavaClass() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
 
getCustodian() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
getCustodyAccount() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
getCustodyAllocationType() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
getCustomComposite(int, T) - Method in interface biz.onixs.sbe.IFieldSet
Gets custom composite field value by tag.
getCustomCompositeClasses() - Method in class biz.onixs.sbe.DecoderSettings
Custom composite classes.
getCustomComposites() - Static method in class biz.onixs.sbe.b3.B3Composites
Array of classes to use for customized B3 composite generation.
getCustomPolicy(FramingHeaderSpecification) - Static method in class biz.onixs.sbe.FramingHeaderPolicy
Override standard or schema-specified framing header with the custom one.
getData() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Variadic-length fields of the field set.
getData() - Method in interface biz.onixs.sbe.IVarData
Gets value of variable length data field.
getData() - Method in class biz.onixs.sbe.VarData
Content.
getDay() - Method in class biz.onixs.sbe.MonthYear
Gets a day part of the date.
getDecimal(int, ScaledDecimal) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getDecimal(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getDescription() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns schema description of the schema.
getDescription() - Method in class biz.onixs.sbe.def.MessageSchema
 
getDescription() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns description.
getDimensionTypeName() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Repeating group dimension type name.
getDocument() - Method in interface biz.onixs.sbe.b3.InvestorID
 
getDynamicOffset() - Method in interface biz.onixs.sbe.IMessage
Offset of the variable length data.
getDynamicOffset() - Method in class biz.onixs.sbe.Message
Offset of dynamic part of hte message.
getEndianess() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Byte order of the field.
getEndianess() - Method in class biz.onixs.sbe.def.MessageSchema
 
getEndianessField() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification of the encodingType field.
getEndOfGroupOffset() - Method in class biz.onixs.sbe.Group
 
getEndOfGroupOffset() - Method in interface biz.onixs.sbe.IGroup
Returns offset of the last byte of the repeating group data in underlying data array.
getEndOfVarDataOffset() - Method in interface biz.onixs.sbe.IVarData
Returns offset of the last byte of the repeating group data in underlying data array.
getEndOfVarDataOffset() - Method in class biz.onixs.sbe.VarData
Ending offset of the data.
getEpoch() - Method in class biz.onixs.sbe.SbeTimestamp
Timstamp epoch.
getEventID() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
getEventIndicator() - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
getEventIndicator() - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
getExpirationDate() - Method in exception biz.onixs.sbe.LicenseExpiredException
Gets license expiration date.
getExplicitAlignment() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Explicitly defined alignment.
getExplicitOffset() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Explicitly defined offset.
getFieldSetHeaderSize() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Size of the field set header.
getFixedBlockLength() - Method in interface biz.onixs.sbe.IGroup
Returns length of the fixed-size fields block appeared before first repeating group.
getFixedBlockLength() - Method in interface biz.onixs.sbe.IMessage
Returns length of the fixed-size fields block appeared before first repeating group.
getFixedSize() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Size of the fixed part.
getFixedSizeBlock() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Fixed block of the field set.
getFixMessageType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
FIX message type.
getFlags() - Method in class biz.onixs.sbe.FramingHeaderPolicy
The policy flags.
getFractionFormatLine() - Method in enum biz.onixs.sbe.TimestampUnit
Format line for the fraction part.
getFrameHeaderSize() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns size of the frame header.
getFrameHeaderSize() - Method in class biz.onixs.sbe.def.MessageSchema
 
getFramingHeaderSpecification() - Method in class biz.onixs.sbe.def.MessageSchema
 
getGeneratingData() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Internal usage.
getGroup(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets repeating group.
getGroups() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Repeating groups of the field set.
getHeaderFlags() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getHeaderOffset() - Method in class biz.onixs.sbe.Group
 
getHeaderOffset() - Method in interface biz.onixs.sbe.IGroup
Returns offset of the first byte of the repeating group data in underlying data array.
getHeaderType() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns definition of messages header type.
getHeaderType() - Method in class biz.onixs.sbe.def.MessageSchema
 
getHeaderTypeName() - Method in class biz.onixs.sbe.def.MessageSchema
 
getHexadecimalString(byte[], int, int) - Static method in class biz.onixs.sbe.PublicUtils
Hexadecimal string for the pointed data.
getId() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns schema id.
getId() - Method in class biz.onixs.sbe.def.MessageSchema
 
getInheritedName() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns inherited name.
getInt(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getInternalJavaClass() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Internal class.
getInternalJavaClass() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Public Java class.
getIntValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Integer value.
getKind() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns kind of the metadata instance.
getLength() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Length specification.
getLength() - Method in class biz.onixs.sbe.Group
 
getLength() - Method in interface biz.onixs.sbe.IGroup
Gets number of entries in the repeating group.
getLicense() - Static method in class biz.onixs.sbe.def.MessageSchema
Gets license content.
getLicenseDirectory() - Static method in class biz.onixs.sbe.def.MessageSchema
Gets path to the license file directory.
getLicenseExpirationDate() - Method in class biz.onixs.sbe.def.MessageSchema
Gets license expiration date.
getLicenseFile() - Static method in class biz.onixs.sbe.def.MessageSchema
Gets path to the license file.
getLitteEndianSign() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.EndianessFieldSpecification
Signature if the message content uses little-endian byte order.
getLong(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getLongValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Long value.
getMajorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
getMarketSegmentID() - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
getMarketSegmentID() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
getMarketSegmentID() - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
getMaxValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Maximum value.
getMessageHeader() - Method in interface biz.onixs.sbe.IMessage
Returns message header.
getMessageName() - Method in interface biz.onixs.sbe.IMessage
Returns name of the message by the SBE template.
getMessages() - Method in interface biz.onixs.sbe.def.IMessageSchema
Gets map of all messages in the schema.
getMessages() - Method in class biz.onixs.sbe.def.MessageSchema
 
getMessagesByNames() - Method in class biz.onixs.sbe.def.MessageSchema
 
getMessageSchema() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Message schema of the metadata.
getMessageSizeField() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification of the messageLength field.
getMinorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
getMinValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Minimum value.
getMonth() - Method in class biz.onixs.sbe.MonthYear
Gets a month part of the date.
getMonthYear(int, MonthYear) - Method in interface biz.onixs.sbe.IFieldSet
Gets date field value by tag.
getMonthYear(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets date field value by tag.
getMsgSeqNum() - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
getMsgSeqNum() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
getMsgSeqNum() - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
getMsgSize() - Method in interface biz.onixs.sbe.IMessage
Returns message size.
getMsgSize() - Method in class biz.onixs.sbe.Message
Gets message size.
getName() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns name.
getNoRelatedTrades() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
getNullValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Null value.
getOffset() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Offset of the field.
getOffset() - Method in interface biz.onixs.sbe.IMessage
The message offset in the buffer.
getOffset() - Method in class biz.onixs.sbe.Message
Offset on the binary buffer.
getOffsetInFieldSet(int) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Offset of the field in the containing field set.
getOriginalCreationTimestamp() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
getOriginalSystemID() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
getOwnGeneratingData() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Internal usage.
getPackage() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns schema name.
getPackage() - Method in class biz.onixs.sbe.def.MessageSchema
 
getPackageName() - Method in class biz.onixs.sbe.def.MessageSchema
 
getPaddingAfter() - Method in class biz.onixs.sbe.def.UnifiedMetaData
 
getPaddingBefore() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Padding before the field.
getParent() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Parent metadata.
getParent() - Method in interface biz.onixs.sbe.IFieldSet
Returns field set parent.
getParentFieldId() - Method in interface biz.onixs.sbe.IStatelessComposite
Field ID of the object.
getParentFieldSet() - Method in interface biz.onixs.sbe.IStatelessComposite
Fieldset that contains the composite object.
getParentLoader() - Method in class biz.onixs.sbe.DecoderSettings
Parent loader for decoder.
getPatchNumber() - Method in interface biz.onixs.sbe.b3.Version
 
getPos() - Method in class biz.onixs.sbe.Group
 
getPos() - Method in interface biz.onixs.sbe.IGroup
Gets current entry index.
getPrecision() - Method in enum biz.onixs.sbe.TimestampUnit
Precision of the unit.
getPrefix() - Method in interface biz.onixs.sbe.b3.InvestorID
 
getPresence() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Presence.
getPresentativeJavaClass() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Presentative class.
getPresentativeJavaClass() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Public Java class.
getPrimitiveType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Primitive type.
getRawSemanticType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Semantic type in raw form.
getResolvedDimensionType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Repeating group dimension type metadata.
getResolvedHeaderType() - Method in class biz.onixs.sbe.def.MessageSchema
 
getResolvedUnderlayingType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Underlying type.
getSchemaId() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getSemanticType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Semantic type.
getSemanticType() - Method in interface biz.onixs.sbe.IMessage
Returns message semantic type (FIX type).
getSemanticVersion() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns the semantic version of the schema.
getSemanticVersion() - Method in class biz.onixs.sbe.def.MessageSchema
 
getSendingTime() - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
getSendingTime() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
getSendingTime() - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
getSendTime() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getSequenceId() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getSessionID() - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
getSessionID() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
getSessionID() - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
getShort(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getSinceVersion() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns sinceVersion value.
getSize() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Size of the field.
getSize() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification
Whole size of the framing header.
getSize() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Returns binary size of the type.
getSize() - Method in interface biz.onixs.sbe.IVarData
Returns length of variable length data.
getSize() - Method in class biz.onixs.sbe.VarData
Size of data.
getSizeFromOffset(byte[], int) - Method in class biz.onixs.sbe.Group
Returns size of entire group in a case the group contains nested var-length data.
getSpecification() - Method in class biz.onixs.sbe.FramingHeaderPolicy
Custom specification.
getStatelessComposite(int, Class<T>) - Method in interface biz.onixs.sbe.IFieldSet
Gets new instance of the stateless composite bound to the given field.
getString(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getSuitablePrimitive() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Primitive SBE type for the field.
getSystemID() - Method in interface biz.onixs.sbe.samples.OrderExecID
 
getSystemSequenceID() - Method in interface biz.onixs.sbe.samples.OrderExecID
 
getTag() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Returns the tag.
getTemplateId() - Method in exception biz.onixs.sbe.exceptions.MessageNotFoundException
Gets message template id.
getTemplateId() - Method in interface biz.onixs.sbe.IMessage
Returns message template id.
getTemplateId() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getTimeEpoch() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Epoch value.
getTimestamp(int) - Method in interface biz.onixs.sbe.IFieldSet
Returns timestamp field.
getTimestamp(int, SbeTimestamp) - Method in interface biz.onixs.sbe.IFieldSet
Returns timestamp field.
getTimeUnit() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Time unit value.
getTimezoneHour() - Method in class biz.onixs.sbe.SbeTimestamp
Timezone hours.
getTimezoneMinute() - Method in class biz.onixs.sbe.SbeTimestamp
Timezone minutes.
GettingStartedSample - Class in biz.onixs.sbe.samples.gettingStarted
Main sample class.
GettingStartedSample() - Constructor for class biz.onixs.sbe.samples.gettingStarted.GettingStartedSample
 
getTransactTime() - Method in interface biz.onixs.sbe.samples.OrderExecID
 
getType(String) - Method in interface biz.onixs.sbe.def.IMessageSchema
Gets type from schema dictionary.
getType(String) - Method in class biz.onixs.sbe.def.MessageSchema
 
getTypes() - Method in class biz.onixs.sbe.def.MessageSchema
 
getUnderlayingPrimitiveType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Finds the deepest primitive type if one present.
getUnderlayingPrimitiveTypeName() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Underlying primitive type name.
getUnderlayingType() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Underlying type name.
getUnit() - Method in class biz.onixs.sbe.SbeTimestamp
Unit of the timestamp.
getUnitsPerSecond() - Method in enum biz.onixs.sbe.TimestampUnit
Number of units per second.
getUnitWidth() - Method in class biz.onixs.sbe.SbeTimestamp
Width of the unit fraction part (in digits).
getUnsignedByte(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getUnsignedInt(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getUnsignedLong(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getUnsignedShort(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
getValidXmlValues() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.Presence
List of valid XML attribute value.
getValidXmlValues() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
 
getValue() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Value of the constant.
getValue() - Method in class biz.onixs.sbe.SbeTimestamp
Number of units.
getValuePtr(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets raw field value by tag.
getValuePtr() - Method in interface biz.onixs.sbe.IVarData
Gets value of variable length data field.
getValuePtr(ValuePtr) - Method in interface biz.onixs.sbe.IVarData
Gets value of variable length data field.
getValuePtr() - Method in class biz.onixs.sbe.VarData
 
getValuePtr(ValuePtr) - Method in class biz.onixs.sbe.VarData
 
getValueRef() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Referred value.
getValues() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Enumeration or set values.
getVarData(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets VarDataField field value by tag.
getVersion() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns schema version.
getVersion() - Method in class biz.onixs.sbe.def.MessageSchema
 
getVersion() - Method in class biz.onixs.sbe.Group
 
getVersion() - Method in interface biz.onixs.sbe.IFieldSet
Version of the field set layout.
getVersion() - Method in interface biz.onixs.sbe.samples.MessageHeader
 
getVirtualFields() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Virtual fields.
getWeek() - Method in class biz.onixs.sbe.MonthYear
Gets a week part of the date.
getWellKnownComposite() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Well-known composite.
getYear() - Method in class biz.onixs.sbe.MonthYear
Gets a year part of the date.
Group - Class in biz.onixs.sbe
Base class for repeating groups.
Group(IFieldSet, int) - Constructor for class biz.onixs.sbe.Group
Constructor.
groupTags() - Method in interface biz.onixs.sbe.IFieldSet
Returns ids of number of instances tags of repeating groups, belonging to this field set.

H

hasFieldTag(int) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the field set contains fixed-size field with the tag.
hasGroupTag(int) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the field set contains repeating group with the tag.
hashCode() - Method in class biz.onixs.sbe.MonthYear
 
hashCode() - Method in class biz.onixs.sbe.SbeTimestamp
Hashcode.
hasNext() - Method in class biz.onixs.sbe.Group
IGroup implementation
hasNext() - Method in interface biz.onixs.sbe.IGroup
Returns if repeating group can be moved to the next entry.
hasTag(int) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the field set contains the tag.
hasVarDataTag(int) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the field set contains variadic-length field with the tag.
hasVirtualFields() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the virtual fields present.

I

ICESample - Class in biz.onixs.sbe.samples
Main sample class.
ICESample() - Constructor for class biz.onixs.sbe.samples.ICESample
 
IFieldSet - Interface in biz.onixs.sbe
 
IGroup - Interface in biz.onixs.sbe
FIX repeating group.
iLink3Sample - Class in biz.onixs.sbe.samples
Main sample class.
iLink3Sample() - Constructor for class biz.onixs.sbe.samples.iLink3Sample
 
ILoadableCustomComposite - Interface in biz.onixs.sbe
Custom composite load and store operations.
IMessage - Interface in biz.onixs.sbe
FIX message.
IMessageSchema - Interface in biz.onixs.sbe.def
Message schema description.
ImpliedEventID - Interface in biz.onixs.sbe.b3
 
InboundBusinessHeader - Interface in biz.onixs.sbe.b3
 
init(byte[], int, int) - Method in interface biz.onixs.sbe.IFieldSet
Writes header fields and initialize repeating groups and VarDataField fields.
initGeneratingData(Object) - Method in class biz.onixs.sbe.def.UnifiedMetaData
Internal usage.
InvestorID - Interface in biz.onixs.sbe.b3
 
is(UnifiedMetaData) - Method in interface biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite.Rule
Checks if the metdata represents suitable composite.
isArray() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is fixed-size array.
isComposite() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is composite or has type of composite.
isConstant() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is constant.
isCustomComposite() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is custom composite or has type of custom composite.
isData() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Data type trait.
isEnum() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is enumeration or has type of enumeration.
isFixedLengthField() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is a field of fixed length.
isGroup() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is repeating group.
isInteger() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Integer type trait.
isLittleEndian() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns byte order.
isLittleEndian() - Method in enum biz.onixs.sbe.def.MessageSchema.Endianess
 
isLittleEndian() - Method in class biz.onixs.sbe.def.MessageSchema
 
isMdp3Mode() - Method in interface biz.onixs.sbe.def.IMessageSchema
Returns CME MDP3 mode.
isMdp3Mode() - Method in class biz.onixs.sbe.def.MessageSchema
 
isNull() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
isNull() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
isNull() - Method in interface biz.onixs.sbe.b3.InvestorID
 
isNull() - Method in interface biz.onixs.sbe.b3.Version
 
isNull() - Method in class biz.onixs.sbe.MonthYear
Checks if the data is in the null status.
isNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
isNullBuildNumber() - Method in interface biz.onixs.sbe.b3.Version
 
isNullComposite(String, Object) - Method in class biz.onixs.sbe.ByteDecoder
Checks the object of the standard composite type if it is null.
isNullCustodian() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
isNullCustodyAccount() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
isNullCustodyAllocationType() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
isNullDecimal(int, ScaledDecimal) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the value represents null for the field with the given tag.
isNullDocument() - Method in interface biz.onixs.sbe.b3.InvestorID
 
isNullEventID() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
isNullMajorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
isNullMinorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
isNullMonthYear(int, MonthYear) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the value represents null for the field with the given tag.
isNullNoRelatedTrades() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
isNullPatchNumber() - Method in interface biz.onixs.sbe.b3.Version
 
isNullPrefix() - Method in interface biz.onixs.sbe.b3.InvestorID
 
isNullSendingTime() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
isNullStandardComposite(int, Object) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the value represents null for the field with the given tag.
isNullTimestamp(int, SbeTimestamp) - Method in interface biz.onixs.sbe.IFieldSet
Checks if the value represents null for the field with the given tag.
isNumeric() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Numeric type trait.
isOffsetsResolved() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if fields offsets successfully calculated.
isOptional() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object has "optional" presence.
isOriginalCreationTimestampNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
isOriginalSystemIDNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
isRequired() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is required (mandatory) field.
isSet() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is set or has type of set.
isSigned() - Method in class biz.onixs.sbe.def.FramingHeaderSpecification.FieldSpecification
Checks if the field use signed type to encode.
isSigned() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Checks if the type is signed.
isSimpleFixField() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is simple FIX field.
isString() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
String type trait.
IStatelessComposite - Interface in biz.onixs.sbe
Stateless composite.
isTime() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Time type trait.
isTypeDefinition() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.Kind
Return true if the enumeration element describes type definition.
isValidAsFixedBlockField() - Method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
 
isVarData() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is varidaic-length data or has type of variadic-length data.
isVirtual() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Checks if the object is virtual field.
IVarData - Interface in biz.onixs.sbe
Variable length data field.

L

LICENSE_DIRECTORY_DEFAULT - Static variable in class biz.onixs.sbe.def.MessageSchema
 
LICENSE_FILE_DEFAULT - Static variable in class biz.onixs.sbe.def.MessageSchema
 
LicenseException - Exception in biz.onixs.sbe
General license error.
LicenseException(String) - Constructor for exception biz.onixs.sbe.LicenseException
Constructor.
LicenseException(String, Throwable) - Constructor for exception biz.onixs.sbe.LicenseException
Constructor.
LicenseExpiredException - Exception in biz.onixs.sbe
Expired license error.
LicenseExpiredException(LocalDate) - Constructor for exception biz.onixs.sbe.LicenseExpiredException
Constructor.
LicenseNotFoundException - Exception in biz.onixs.sbe
Valid license was not found error.
LicenseNotFoundException(String) - Constructor for exception biz.onixs.sbe.LicenseNotFoundException
Constructor.
LicenseNotFoundException(String, Throwable) - Constructor for exception biz.onixs.sbe.LicenseNotFoundException
Constructor.
load(byte[], int, int, int) - Method in interface biz.onixs.sbe.IFieldSet
Loads header fields and initialize repeating groups and VarDataField fields.
load(byte[], int) - Method in interface biz.onixs.sbe.ILoadableCustomComposite
Load composite from the given byte array starting from the given offset.
load(byte[], int, int) - Method in interface biz.onixs.sbe.IMessage
Loads header fields and initialize repeating groups and VarDataField fields.
load(byte[], int, int, int) - Method in interface biz.onixs.sbe.IVarData
Loads header fields.

M

main(String[]) - Static method in class biz.onixs.sbe.samples.B3Sample
Program entry point.
main(String[]) - Static method in class biz.onixs.sbe.samples.gettingStarted.GettingStartedSample
Program entry point.
main(String[]) - Static method in class biz.onixs.sbe.samples.ICESample
Program entry point.
main(String[]) - Static method in class biz.onixs.sbe.samples.iLink3Sample
Program entry point.
makeCopy() - Method in class biz.onixs.sbe.DecoderSettings
Makes copy of the settings.
Message - Class in biz.onixs.sbe
Base class for the FIX message.
Message() - Constructor for class biz.onixs.sbe.Message
Constructor.
MESSAGE_HEADER_FIELD_NAME - Static variable in class biz.onixs.sbe.SpecialFieldIds
Message header field name.
MESSAGE_HEADER_ID - Static variable in class biz.onixs.sbe.SpecialFieldIds
Message header ID.
MessageHeader - Interface in biz.onixs.sbe.samples
 
MessageNotFoundException - Exception in biz.onixs.sbe.exceptions
Thrown if message was not found in templates schema.
MessageNotFoundException(int) - Constructor for exception biz.onixs.sbe.exceptions.MessageNotFoundException
Constructor.
MessageSchema - Class in biz.onixs.sbe.def
 
MessageSchema(Document, boolean) - Constructor for class biz.onixs.sbe.def.MessageSchema
Construct schema to use with CME specifications.
MessageSchema(Document) - Constructor for class biz.onixs.sbe.def.MessageSchema
Constructs object by XML template.
MessageSchema(Document, FramingHeaderPolicy) - Constructor for class biz.onixs.sbe.def.MessageSchema
Constructs object by XML template.
MessageSchema.Endianess - Enum in biz.onixs.sbe.def
Endianess used by the message schema.
MessageSchemaException - Exception in biz.onixs.sbe.exceptions
Base class of those exceptions that can be thrown during XML schema parsing.
MessageSchemaException(Element, String) - Constructor for exception biz.onixs.sbe.exceptions.MessageSchemaException
Constructor.
MessageSchemaException(String) - Constructor for exception biz.onixs.sbe.exceptions.MessageSchemaException
Constructor.
MessageVersionIsTooSmall - Exception in biz.onixs.sbe.exceptions
Thrown when the message version is less than allowed.
MessageVersionIsTooSmall() - Constructor for exception biz.onixs.sbe.exceptions.MessageVersionIsTooSmall
Constructor.
MessageVersionIsTooSmall(String) - Constructor for exception biz.onixs.sbe.exceptions.MessageVersionIsTooSmall
Constructor.
MessageVersionIsTooSmall(String, Throwable) - Constructor for exception biz.onixs.sbe.exceptions.MessageVersionIsTooSmall
Constructor.
MessageVersionIsTooSmall(Throwable) - Constructor for exception biz.onixs.sbe.exceptions.MessageVersionIsTooSmall
Constructor.
MessageVersionIsTooSmall(String, Throwable, boolean, boolean) - Constructor for exception biz.onixs.sbe.exceptions.MessageVersionIsTooSmall
Constructor.
MonthYear - Class in biz.onixs.sbe
MonthYear field.
MonthYear() - Constructor for class biz.onixs.sbe.MonthYear
Constructor.
MonthYear(int, int) - Constructor for class biz.onixs.sbe.MonthYear
Constructor.
MonthYear(int, int, int) - Constructor for class biz.onixs.sbe.MonthYear
Constructor.
MonthYear(int, int, int, int) - Constructor for class biz.onixs.sbe.MonthYear
Constructor.

N

NarrowingException - Exception in biz.onixs.sbe.exceptions
Thrown when the value can not be narrowed.
NarrowingException() - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
NarrowingException(String) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
NarrowingException(String, Throwable) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
NarrowingException(Throwable) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
NarrowingException(String, Throwable, boolean, boolean) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor
NarrowingException(int, boolean, String) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
NarrowingException(long, boolean, String) - Constructor for exception biz.onixs.sbe.exceptions.NarrowingException
Constructor.
next() - Method in class biz.onixs.sbe.Group
 
next() - Method in interface biz.onixs.sbe.IGroup
Moves repeating group to the next entry if it is possible.
NotEnoughDataException - Exception in biz.onixs.sbe.exceptions
Thrown when decoder has not enough data to complete message decoding.
NotEnoughDataException(String) - Constructor for exception biz.onixs.sbe.exceptions.NotEnoughDataException
Constructor.
NotEnoughDataException(int, int) - Constructor for exception biz.onixs.sbe.exceptions.NotEnoughDataException
Constructor.
NotEnoughDataException(int, int, Exception) - Constructor for exception biz.onixs.sbe.exceptions.NotEnoughDataException
Constructor.
notifyBufferUpdate(byte[], int, int) - Method in class biz.onixs.sbe.Group
 
notifyBufferUpdate(byte[], int, int) - Method in class biz.onixs.sbe.Message
Internally-used method.
notifyBufferUpdate(byte[], int, int) - Method in class biz.onixs.sbe.VarData
Internal method.
NullValueException - Exception in biz.onixs.sbe.exceptions
Thrown when the unexpected null value appears.
NullValueException() - Constructor for exception biz.onixs.sbe.exceptions.NullValueException
Constructor.
NullValueException(String) - Constructor for exception biz.onixs.sbe.exceptions.NullValueException
Constructor.

O

OFH_POLICY_OVERRIDE_SCHEMA_FRAMING_HEADER - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Override schema framing header specification.
OFH_POLICY_USE_BIG_ENDIAN - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Use big endian for template-specified framing header.
OFH_POLICY_USE_LITTLE_ENDIAN - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Use little endian for template-specified framing header.
OFH_POLICY_USE_SCHEMA_ENDIANESS - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Use template-specified endianess.
OrderExecID - Interface in biz.onixs.sbe.samples
 
OriginalOrderID - Interface in biz.onixs.sbe.samples
 
OutboundBusinessHeader - Interface in biz.onixs.sbe.b3
 
OverlappedOffsetException - Exception in biz.onixs.sbe.exceptions
Thrown if composite fields are overlapped.
OverlappedOffsetException(Element, UnifiedMetaData, int) - Constructor for exception biz.onixs.sbe.exceptions.OverlappedOffsetException
Constructor.

P

PublicUtils - Class in biz.onixs.sbe
Publicly available utility routines.
PublicUtils() - Constructor for class biz.onixs.sbe.PublicUtils
 

Q

queryVirtualFieldId(String[]) - Method in interface biz.onixs.sbe.def.IMessageSchema
Query virtual field ID.
queryVirtualFieldId(String[]) - Method in class biz.onixs.sbe.def.MessageSchema
Query virtual field id by the field's path.

R

raise(int, boolean, String) - Static method in exception biz.onixs.sbe.exceptions.WrongValueException
Raises the exception.
raise(long, boolean, String) - Static method in exception biz.onixs.sbe.exceptions.WrongValueException
Raises the exception.
recognizeTypes() - Method in class biz.onixs.sbe.def.MessageSchema
 
RequiredAttributeNotFoundException - Exception in biz.onixs.sbe.exceptions
Thrown if required attribute was not found in message schema.
RequiredAttributeNotFoundException(Element, String) - Constructor for exception biz.onixs.sbe.exceptions.RequiredAttributeNotFoundException
Constructor.
reset(int) - Method in interface biz.onixs.sbe.IFieldSet
Resets value of the field to its null value if field is optional or to its default value if field is required.
resolveHeaders() - Method in class biz.onixs.sbe.def.MessageSchema
 
resolveInternalLinks() - Method in class biz.onixs.sbe.def.MessageSchema
 
resolveOffsets() - Method in class biz.onixs.sbe.def.MessageSchema
 
resolveOffsets() - Method in class biz.onixs.sbe.def.UnifiedMetaData
Calculate offsets of the fields.
resolveValues() - Method in class biz.onixs.sbe.def.MessageSchema
 
rewind() - Method in class biz.onixs.sbe.Group
 
rewind() - Method in interface biz.onixs.sbe.IGroup
Resets repeating group to the initial state, when item position is before the first element (pos value = -1).

S

SBE_1_0_BE_BIGENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for big-endian-encoded message in big-endian-encoded header.
SBE_1_0_BE_LITTLEENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for little-endian-encoded message in big-endian-encoded header.
SBE_1_0_LE_BIGENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for big-endian-encoded message in little-endian-encoded header.
SBE_1_0_LE_LITTLEENDIAN_SIGN - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Signature for little-endian-encoded message in little-endian-encoded header.
SBE_BE_FRAMING_HEADER - Static variable in class biz.onixs.sbe.def.FramingHeaderSpecification
Specification for the Simple Open Framing Header that is compliant to the SBE v.1.0 standard.
SbeAutoRecognize - Annotation Type in biz.onixs.sbe
Auto-recognized customized composite class or its method.
SbeAutoRecognizeMark - Interface in biz.onixs.sbe
Mark interface for special generating cases.
SbeCompositeField - Annotation Type in biz.onixs.sbe
SBE field of composite.
SbeCompositeType - Annotation Type in biz.onixs.sbe
Sbe composite annotation.
SbeNotUsed - Annotation Type in biz.onixs.sbe
Ignore method.
SbeNullCheck - Annotation Type in biz.onixs.sbe
Null checker.
SbeNullSetter - Annotation Type in biz.onixs.sbe
Null setter.
SbeTimestamp - Class in biz.onixs.sbe
SBE timestamp.
SbeTimestamp() - Constructor for class biz.onixs.sbe.SbeTimestamp
Constructs empty object.
SbeTimestamp(long, TimestampUnit, TimestampEpoch, short, short) - Constructor for class biz.onixs.sbe.SbeTimestamp
Constructs timestamp
selectBySpecification(UnifiedMetaData) - Static method in enum biz.onixs.sbe.TimestampEpoch
Select epoch by SBE specification.
selectByWidth(int) - Static method in enum biz.onixs.sbe.TimestampUnit
Select unit by width of the fractional part.
setBlockLength(int) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setBoolean(int, boolean) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setBuildNumber(short) - Method in interface biz.onixs.sbe.b3.Version
 
setByte(int, byte) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setByte(int, int) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setBytes(int, byte[]) - Method in interface biz.onixs.sbe.IFieldSet
Set raw field value by tag.
setChar(int, char) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setCustodian(int) - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setCustodyAccount(int) - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setCustodyAllocationType(int) - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setCustomComposite(int, T) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setCustomCompositeClasses(Class<?>[]) - Method in class biz.onixs.sbe.DecoderSettings
Set custom composite classes.
setData(byte[]) - Method in interface biz.onixs.sbe.IVarData
Sets value of variable length data field.
setData(byte[]) - Method in class biz.onixs.sbe.VarData
Modify data of the object inplace.
setDay(int) - Method in class biz.onixs.sbe.MonthYear
Sets a day part of the date.
setDecimal(int, ScaledDecimal) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setDocument(int) - Method in interface biz.onixs.sbe.b3.InvestorID
 
setEnableNarrowingOnRead(boolean) - Method in class biz.onixs.sbe.DecoderSettings
 
setEnableNarrowingOnWrite(boolean) - Method in class biz.onixs.sbe.DecoderSettings
Sets if the value narrowing enabled on write.
setEnableNullDataReturn(boolean) - Method in class biz.onixs.sbe.DecoderSettings
Sets option that controls checking of the null data before return.
setEpoch(TimestampEpoch) - Method in class biz.onixs.sbe.SbeTimestamp
Update timestamp epoch.
setEventID(int) - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
setEventIndicator(short) - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
setEventIndicator(short) - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
setHeaderFlags(short) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setInt(int, int) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setLength(int) - Method in class biz.onixs.sbe.Group
 
setLength(int) - Method in interface biz.onixs.sbe.IGroup
Sets new number of entries in the repeating group.
setLicense(String) - Static method in class biz.onixs.sbe.def.MessageSchema
Sets license content.
setLicenseDirectory(String) - Static method in class biz.onixs.sbe.def.MessageSchema
Sets path to the license file directory.
setLicenseFile(String) - Static method in class biz.onixs.sbe.def.MessageSchema
Sets path to the license file.
setLong(int, long) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setMajorNumber(short) - Method in interface biz.onixs.sbe.b3.Version
 
setMarketSegmentID(int) - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
setMarketSegmentID(int) - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
setMarketSegmentID(byte) - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
setMinorNumber(short) - Method in interface biz.onixs.sbe.b3.Version
 
setMonth(int) - Method in class biz.onixs.sbe.MonthYear
Sets a month part of the date.
setMonthYear(int, MonthYear) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setMsgSeqNum(int) - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
setMsgSeqNum(int) - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
setMsgSeqNum(int) - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
setNoRelatedTrades(int) - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
setNull() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setNull() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
setNull() - Method in interface biz.onixs.sbe.b3.InvestorID
 
setNull() - Method in interface biz.onixs.sbe.b3.Version
 
setNull() - Method in class biz.onixs.sbe.MonthYear
Sets null sign for entire object.
setNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
setNullBuildNumber() - Method in interface biz.onixs.sbe.b3.Version
 
setNullCustodian() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setNullCustodyAccount() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setNullCustodyAllocationType() - Method in interface biz.onixs.sbe.b3.CustodianInfo
 
setNullDay(int) - Method in class biz.onixs.sbe.MonthYear
Sets value for the day part and null flag for it.
setNullDocument() - Method in interface biz.onixs.sbe.b3.InvestorID
 
setNullEventID() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
setNullMajorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
setNullMinorNumber() - Method in interface biz.onixs.sbe.b3.Version
 
setNullMonth(int) - Method in class biz.onixs.sbe.MonthYear
Sets value for the month part and null flag for it.
setNullNoRelatedTrades() - Method in interface biz.onixs.sbe.b3.ImpliedEventID
 
setNullPatchNumber() - Method in interface biz.onixs.sbe.b3.Version
 
setNullPrefix() - Method in interface biz.onixs.sbe.b3.InvestorID
 
setNullSendingTime() - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
setNullWeek(int) - Method in class biz.onixs.sbe.MonthYear
Sets value for the week part and null flag for it.
setNullYear(int) - Method in class biz.onixs.sbe.MonthYear
Sets value for the year part and null flag for it.
setOriginalCreationTimestamp(long) - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
setOriginalCreationTimestampNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
setOriginalSystemID(long) - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
setOriginalSystemIDNull() - Method in interface biz.onixs.sbe.samples.OriginalOrderID
 
setParentLoader(ClassLoader) - Method in class biz.onixs.sbe.DecoderSettings
Sets parent loader for decoder.
setPatchNumber(short) - Method in interface biz.onixs.sbe.b3.Version
 
setPos(int) - Method in class biz.onixs.sbe.Group
 
setPos(int) - Method in interface biz.onixs.sbe.IGroup
Sets current entry index.
setPrefix(int) - Method in interface biz.onixs.sbe.b3.InvestorID
 
setSchemaId(int) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setSendingTime(SbeTimestamp) - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
setSendingTime(SbeTimestamp) - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
setSendingTime(SbeTimestamp) - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
setSendTime(BigInteger) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setSequenceId(int) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setSessionID(int) - Method in interface biz.onixs.sbe.b3.BidirectionalBusinessHeader
 
setSessionID(int) - Method in interface biz.onixs.sbe.b3.InboundBusinessHeader
 
setSessionID(int) - Method in interface biz.onixs.sbe.b3.OutboundBusinessHeader
 
setShort(int, short) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setShort(int, int) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setString(int, CharSequence) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setSystemID(long) - Method in interface biz.onixs.sbe.samples.OrderExecID
 
setSystemSequenceID(int) - Method in interface biz.onixs.sbe.samples.OrderExecID
 
setTemplateId(int) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setTimestamp(int, SbeTimestamp) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setTimezoneHour(short) - Method in class biz.onixs.sbe.SbeTimestamp
Update timezone hours.
setTimezoneMinute(short) - Method in class biz.onixs.sbe.SbeTimestamp
Update timezone minutes.
setTransactTime(long) - Method in interface biz.onixs.sbe.samples.OrderExecID
 
setUnit(TimestampUnit) - Method in class biz.onixs.sbe.SbeTimestamp
Update unit.
setUnitWidth(int) - Method in class biz.onixs.sbe.SbeTimestamp
Update unit by its precision.
setUnsignedByte(int, short) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setUnsignedByte(int, int) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setUnsignedInt(int, long) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setUnsignedLong(int, BigInteger) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setUnsignedShort(int, int) - Method in interface biz.onixs.sbe.IFieldSet
Sets field value by tag.
setValidateNarrowingOnRead(boolean) - Method in class biz.onixs.sbe.DecoderSettings
Set narrowing validation on read.
setValidateNarrowingOnWrite(boolean) - Method in class biz.onixs.sbe.DecoderSettings
Set narrowing validation on write.
setValidateValueRanges(boolean) - Method in class biz.onixs.sbe.DecoderSettings
Controls raising of exceptions when wrong data occurs.
setValue(long) - Method in class biz.onixs.sbe.SbeTimestamp
Update the number of units.
setVarData(int, byte[]) - Method in interface biz.onixs.sbe.IFieldSet
Sets VarDataField field value by tag.
setVersion(int) - Method in interface biz.onixs.sbe.samples.MessageHeader
 
setWeek(int) - Method in class biz.onixs.sbe.MonthYear
Sets a week part of the date.
setYear(int) - Method in class biz.onixs.sbe.MonthYear
Sets a year part of the date.
SpecialFieldIds - Class in biz.onixs.sbe
Special fields identifiers.
SpecialFieldIds() - Constructor for class biz.onixs.sbe.SpecialFieldIds
 
store(byte[], int) - Method in interface biz.onixs.sbe.ILoadableCustomComposite
Store composite to the given byte array starting from the given offset.
suitableComposite(UnifiedMetaData) - Method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
 

T

tagName(int) - Method in interface biz.onixs.sbe.IFieldSet
Returns name of the given tag.
TagNotFoundException - Exception in biz.onixs.sbe.exceptions
Thrown if tag was not found in FieldSet.
TagNotFoundException(IFieldSet, int) - Constructor for exception biz.onixs.sbe.exceptions.TagNotFoundException
Constructor.
TagNotFoundException(UnifiedMetaData, int) - Constructor for exception biz.onixs.sbe.exceptions.TagNotFoundException
Constructor.
TimestampEpoch - Enum in biz.onixs.sbe
Epoch of the SBE timestamp.
TimestampException - Exception in biz.onixs.sbe.exceptions
Thrown when timestamp has errors.
TimestampException(SbeTimestamp, String) - Constructor for exception biz.onixs.sbe.exceptions.TimestampException
Constructor.
TimestampException(SbeTimestamp) - Constructor for exception biz.onixs.sbe.exceptions.TimestampException
Constructor.
TimestampException(String) - Constructor for exception biz.onixs.sbe.exceptions.TimestampException
Constructor.
TimestampUnit - Enum in biz.onixs.sbe
Unit of time for SBE timestamps.
toBytes(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to byte array.
toBytes(char) - Static method in class biz.onixs.sbe.Convert
Converts char to byte array.
toBytes(short) - Static method in class biz.onixs.sbe.Convert
Converts short to byte array.
toBytes(int) - Static method in class biz.onixs.sbe.Convert
Converts int to byte array.
toBytes(long) - Static method in class biz.onixs.sbe.Convert
Converts long to byte array.
toBytes(String) - Static method in class biz.onixs.sbe.Convert
Converts String to byte array.
toDecimal(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to ScaledDecimal.
toDecimal(short) - Static method in class biz.onixs.sbe.Convert
Converts short to ScaledDecimal.
toDecimal(int) - Static method in class biz.onixs.sbe.Convert
Converts int to ScaledDecimal.
toDecimal(long) - Static method in class biz.onixs.sbe.Convert
Converts long to ScaledDecimal.
toDecimal(ScaledDecimal) - Static method in class biz.onixs.sbe.Convert
Converts ScaledDecimal to ScaledDecimal.
toFixString(char) - Method in class biz.onixs.sbe.Group
Returns FIX string representation of the field set.
toFixString(char) - Method in interface biz.onixs.sbe.IFieldSet
Returns FIX string representation of the field set.
toFixString(char) - Method in class biz.onixs.sbe.Message
String representation of the SBE message in FIX-compliant format.
toLong(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to long.
toLong(short) - Static method in class biz.onixs.sbe.Convert
Converts short to long.
toLong(int) - Static method in class biz.onixs.sbe.Convert
Converts int to long.
toLong(long) - Static method in class biz.onixs.sbe.Convert
Converts long to long.
toString(String) - Static method in class biz.onixs.sbe.Convert
Converts String to String.
toString(char) - Static method in class biz.onixs.sbe.Convert
Converts char to String.
toString(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to String.
toString(short) - Static method in class biz.onixs.sbe.Convert
Converts short to String.
toString(int) - Static method in class biz.onixs.sbe.Convert
Converts int to String.
toString(long) - Static method in class biz.onixs.sbe.Convert
Converts long to String.
toString(ScaledDecimal) - Static method in class biz.onixs.sbe.Convert
Converts ScaledDecimal to String.
toString(MonthYear) - Static method in class biz.onixs.sbe.Convert
Converts MonthYear to String.
toString(SbeTimestamp) - Static method in class biz.onixs.sbe.Convert
Converts SbeTimestamp to String.
toString(char, boolean) - Method in class biz.onixs.sbe.Group
Returns FIX string representation of the field set.
toString(char, String) - Method in class biz.onixs.sbe.Group
 
toString(char, boolean) - Method in interface biz.onixs.sbe.IFieldSet
Returns string representation of the field set.
toString() - Method in interface biz.onixs.sbe.IVarData
String presentation of the data.
toString(char, boolean) - Method in class biz.onixs.sbe.Message
String reresentation of the FIX message.
toString() - Method in class biz.onixs.sbe.MonthYear
 
toString() - Method in class biz.onixs.sbe.SbeTimestamp
String presentation of the timestamp.
toString() - Method in class biz.onixs.sbe.VarData
 
toULong(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to long.
toULong(short) - Static method in class biz.onixs.sbe.Convert
Converts short to long.
toULong(int) - Static method in class biz.onixs.sbe.Convert
Converts int to long.
toULong(long) - Static method in class biz.onixs.sbe.Convert
Converts long to long.
toValuePtr(byte) - Static method in class biz.onixs.sbe.Convert
Converts byte to ValuePtr.
toValuePtr(char) - Static method in class biz.onixs.sbe.Convert
Converts char to ValuePtr.
toValuePtr(short) - Static method in class biz.onixs.sbe.Convert
Converts short to ValuePtr.
toValuePtr(int) - Static method in class biz.onixs.sbe.Convert
Converts int to ValuePtr.
toValuePtr(long) - Static method in class biz.onixs.sbe.Convert
Converts long to ValuePtr.
toValuePtr(String) - Static method in class biz.onixs.sbe.Convert
Converts String to ValuePtr.
tryGetBoolean(int, AtomicBoolean) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetByte(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetBytes(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets raw field value.
tryGetChar(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetCustomComposite(int, T) - Method in interface biz.onixs.sbe.IFieldSet
Tries to get composite field value by tag.
tryGetDecimal(int, ScaledDecimal) - Method in interface biz.onixs.sbe.IFieldSet
Gets decimal field value by tag.
tryGetGroup(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets repeating group.
tryGetInt(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetLong(int, AtomicLong) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetMonthYear(int, MonthYear) - Method in interface biz.onixs.sbe.IFieldSet
Gets date field value by tag.
tryGetShort(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetString(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetTimestamp(int, SbeTimestamp) - Method in interface biz.onixs.sbe.IFieldSet
Try to read timestamp field.
tryGetUnsignedByte(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetUnsignedInt(int, AtomicLong) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetUnsignedLong(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetUnsignedShort(int, AtomicInteger) - Method in interface biz.onixs.sbe.IFieldSet
Gets field value by tag.
tryGetValuePtr(int, ValuePtr) - Method in interface biz.onixs.sbe.IFieldSet
Gets raw field value.
tryGetVarData(int) - Method in interface biz.onixs.sbe.IFieldSet
Gets VarDataField field value.
TypeCastException - Exception in biz.onixs.sbe.exceptions
Thrown if the field cannot be converted to/from type.
TypeCastException(IFieldSet, int, String) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException(String, IFieldSet, int) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException() - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException(Throwable) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException(String, Throwable, boolean, boolean) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException(String) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeCastException(String, Throwable) - Constructor for exception biz.onixs.sbe.exceptions.TypeCastException
Constructor.
TypeNotFoundException - Exception in biz.onixs.sbe.exceptions
Thrown if type was not found in message schema.
TypeNotFoundException(Element, String) - Constructor for exception biz.onixs.sbe.exceptions.TypeNotFoundException
Constructor.

U

UnifiedMetaData - Class in biz.onixs.sbe.def
Unified, runtime-resolved view of SBE schema metadata used by the OnixS SBE toolkit.
UnifiedMetaData(MessageSchema) - Constructor for class biz.onixs.sbe.def.UnifiedMetaData
 
UnifiedMetaData.Kind - Enum in biz.onixs.sbe.def
Kind of the metadata instance.
UnifiedMetaData.Presence - Enum in biz.onixs.sbe.def
Presence.
UnifiedMetaData.PrimitiveType - Enum in biz.onixs.sbe.def
Primitive types definitions.
UnifiedMetaData.SemanticType - Enum in biz.onixs.sbe.def
FIX semantic type.
UnifiedMetaData.WellKnownComposite - Enum in biz.onixs.sbe.def
Marks for well-known composites.
UnifiedMetaData.WellKnownComposite.Rule - Interface in biz.onixs.sbe.def
Rule to detect the composite.
update(long, TimestampUnit, TimestampEpoch, short, short) - Method in class biz.onixs.sbe.SbeTimestamp
Update entire timestamp
UseBigEndian - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Override standard endianess with big endian.
UseLittleEndian - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Override standard endianess with little endian.
UseSchemaByStandard - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Default policy.
UseSchemaEndianess - Static variable in class biz.onixs.sbe.FramingHeaderPolicy
Override standard endianess with the schema-specified one.

V

validate() - Method in class biz.onixs.sbe.def.MessageSchema
 
validateNarrowingOnRead() - Method in class biz.onixs.sbe.DecoderSettings
 
validateNarrowingOnWrite() - Method in class biz.onixs.sbe.DecoderSettings
Checks if the narrowed value validated on write.
validateValueRanges() - Method in class biz.onixs.sbe.DecoderSettings
Controls raising of exception when wrong data occurs.
valueOf(String) - Static method in enum biz.onixs.sbe.def.MessageSchema.Endianess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.Presence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.TimestampEpoch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.sbe.TimestampUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum biz.onixs.sbe.def.MessageSchema.Endianess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.Presence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.SemanticType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.def.UnifiedMetaData.WellKnownComposite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.TimestampEpoch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.sbe.TimestampUnit
Returns an array containing the constants of this enum type, in the order they are declared.
VarData - Class in biz.onixs.sbe
Base class for variable length data fields.
VarData(IFieldSet) - Constructor for class biz.onixs.sbe.VarData
Constructor.
Version - Interface in biz.onixs.sbe.b3
 

W

WriterException - Exception in biz.onixs.sbe.exceptions
Base class those of exceptions that can be thrown during SBE binary message encoding.
WriterException(String) - Constructor for exception biz.onixs.sbe.exceptions.WriterException
Constructor.
WriteToConstantFieldException - Exception in biz.onixs.sbe.exceptions
Thrown if attempt to write to constant field occurs.
WriteToConstantFieldException(IFieldSet, int) - Constructor for exception biz.onixs.sbe.exceptions.WriteToConstantFieldException
Constructor.
WrongValueException - Exception in biz.onixs.sbe.exceptions
Thrown to indicate unacceptable value.
WrongValueException(String) - Constructor for exception biz.onixs.sbe.exceptions.WrongValueException
Constructor.
WrongValueException(String, Throwable) - Constructor for exception biz.onixs.sbe.exceptions.WrongValueException
Constructor.
WrongValueException(Throwable) - Constructor for exception biz.onixs.sbe.exceptions.WrongValueException
Constructor.
WrongValueException(String, Throwable, boolean, boolean) - Constructor for exception biz.onixs.sbe.exceptions.WrongValueException
Constructor.
WrongValueException() - Constructor for exception biz.onixs.sbe.exceptions.WrongValueException
Constructor.

X

XmlAttributeFormatException - Exception in biz.onixs.sbe.exceptions
Thrown when XML attribute has incorrect value.
XmlAttributeFormatException(Element, String, String) - Constructor for exception biz.onixs.sbe.exceptions.XmlAttributeFormatException
Constructor.
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2013–2026 Onix Solutions. All rights reserved.