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

A

ABSOLUTE_PATH_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
AbsolutePathResourceLoader - Class in biz.onixs.util.url
 
AbsolutePathResourceLoader() - Constructor for class biz.onixs.util.url.AbsolutePathResourceLoader
 
AbstractResourceLoader - Class in biz.onixs.util.url
 
AbstractResourceLoader() - Constructor for class biz.onixs.util.url.AbstractResourceLoader
 
accept(File, String) - Method in class biz.onixs.util.Directory.FileFilter
 
Acceptor - Interface in biz.onixs.util.network
The interface provides methods for maintaining multiple listening ports.
Acceptor.Listener - Interface in biz.onixs.util.network
The interface represents a listener for handling accept events.
acquire() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
activateObject(T) - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
addListeningPort(InetSocketAddress, Object) - Method in interface biz.onixs.util.network.Acceptor
Creates a server-socket bound to the specified address.
AllocationIndicator - Enum in biz.onixs.cme.stp.handler
Identifies if the trade is marked for allocation.
append(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
Appends bytes taken from specified byte buffer.
append(char) - Method in class biz.onixs.util.ByteBuffer
Appends a character to byte buffer.
append(byte) - Method in class biz.onixs.util.ByteBuffer
Appends a byte to byte buffer.
append(byte[]) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array to byte buffer.
append(String) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array encoded from string to byte buffer.
append(ValuePtr) - Method in class biz.onixs.util.ByteBuffer
Appends bytes taken from value pointer to byte buffer.
append(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Append bytes array to byte buffer with specified length.
append(byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array to byte buffer from specified offset with specified length.
append(long) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array converted from long number.
appendCheckSum(int) - Method in class biz.onixs.util.ByteBuffer
Appends bytes array converted from int number in checksum format.
array() - Method in class biz.onixs.util.DynamicByteBuffer
 
arrayOffset() - Method in class biz.onixs.util.DynamicByteBuffer
 
assemble(byte[], int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Assemble high resolution timestamp into specified buffer from specified offset with corresponding format.
AssetAttribute - Class in biz.onixs.cme.stp.handler
Information about asset attribute.
AssetAttribute() - Constructor for class biz.onixs.cme.stp.handler.AssetAttribute
 
AssetAttributes() - Constructor for class biz.onixs.cme.stp.handler.Commodity.AssetAttributes
 
AutoResetEvent - Class in biz.onixs.util.concurrent
 
AutoResetEvent(SingleConditionReentrantLock, boolean) - Constructor for class biz.onixs.util.concurrent.AutoResetEvent
 
AveragePricingIndicator - Enum in biz.onixs.cme.stp.handler
Indicates if the trade is marked for average pricing allocation.
await(long) - Method in class biz.onixs.util.concurrent.LightweightCondition
Causes the current thread to wait until it is signaled or interrupted, or the specified waiting time elapses.

B

bits - Variable in class biz.onixs.util.system.ThreadAffinity.cpu_set_t
 
biz.onixs.cme.stp.handler - package biz.onixs.cme.stp.handler
 
biz.onixs.util - package biz.onixs.util
 
biz.onixs.util.concurrent - package biz.onixs.util.concurrent
 
biz.onixs.util.log - package biz.onixs.util.log
 
biz.onixs.util.network - package biz.onixs.util.network
 
biz.onixs.util.pool - package biz.onixs.util.pool
 
biz.onixs.util.settings - package biz.onixs.util.settings
 
biz.onixs.util.system - package biz.onixs.util.system
 
biz.onixs.util.url - package biz.onixs.util.url
 
borrowObject() - Method in interface biz.onixs.util.pool.ObjectPool
 
borrowObject() - Method in class biz.onixs.util.pool.Pool
 
ByteBuffer - Class in biz.onixs.util
Bytes sequence kept in pre-allocated bytes array(storage).
ByteBuffer() - Constructor for class biz.onixs.util.ByteBuffer
Default constructor which allocates internal storage with min capacity (MIN_CAPACITY).
ByteBuffer(int) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage according to the specified capacity.
ByteBuffer(byte[]) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage corresponding to the specified buffer length and copies all bytes from buffer.
ByteBuffer(byte[], int) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage corresponding to the specified length and copies length of bytes from buffer.
ByteBuffer(String) - Constructor for class biz.onixs.util.ByteBuffer
Constructor which allocates internal storage and copies all bytes encoded from string.
ByteBuffer(ByteBuffer) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor.
ByteBuffer(ByteBuffer, int) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor with specified length of bytes to be copied.
ByteBuffer(ByteBuffer, int, int) - Constructor for class biz.onixs.util.ByteBuffer
Copy constructor with specified offset and length of bytes to be copied.

C

calendarToUtcTimestampBytes(Calendar, byte[], int, boolean) - Static method in class biz.onixs.util.Timestamp
 
capacity() - Method in class biz.onixs.util.ByteBuffer
Returns capacity of the byte buffer.
capacity() - Method in class biz.onixs.util.DynamicByteBuffer
 
ChainedResourceLoader - Class in biz.onixs.util.url
 
ChainedResourceLoader(ResourceLoader, ResourceLoader) - Constructor for class biz.onixs.util.url.ChainedResourceLoader
 
CHECKSUM_MODE - Static variable in class biz.onixs.util.ByteBuffer
 
CLASSPATH_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
ClassPathResourceLoader - Class in biz.onixs.util.url
 
ClassPathResourceLoader() - Constructor for class biz.onixs.util.url.ClassPathResourceLoader
 
clear() - Method in class biz.onixs.util.ByteBuffer
Clears the byte buffer.
clear() - Method in class biz.onixs.util.DynamicByteBuffer
 
ClearedIndicator - Enum in biz.onixs.cme.stp.handler
An indication of whether or not a reportable swap transaction is cleared by a derivatives clearing organization.
ClearingIntention - Enum in biz.onixs.cme.stp.handler
An indication of whether or not a reportable swap transaction is intended to clear.
ClearingRequirementException - Enum in biz.onixs.cme.stp.handler
An indication of whether a party to a swap is using the end-user exception.
ClearingTransformationType - Enum in biz.onixs.cme.stp.handler
Indicates the type of Clearing Transformation that generated this Trade.
close() - Method in class biz.onixs.cme.stp.handler.Session
Closes the connection and dispose resources
close() - Method in class biz.onixs.util.File
 
close() - Method in class biz.onixs.util.log.LatencyLogger
 
close() - Method in class biz.onixs.util.network.MulticastGroup
Detaches this feed from MulticastReceiver.
close() - Method in class biz.onixs.util.network.MulticastReceiver
 
close() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Closable implementation
close() - Method in class biz.onixs.util.network.NetworkFactory
Shuts down the factory, releasing any resources that were created by it.
close() - Method in interface biz.onixs.util.network.TcpConnection
Closes the connection.
close() - Method in class biz.onixs.util.settings.FileBasedSettings
 
CollateralInstrument - Class in biz.onixs.cme.stp.handler
Information about reported instrument.
CollateralInstrument() - Constructor for class biz.onixs.cme.stp.handler.CollateralInstrument
Default constructor.
CollateralReport - Class in biz.onixs.cme.stp.handler
Collateral Report Message.
CollateralReport() - Constructor for class biz.onixs.cme.stp.handler.CollateralReport
Default Constructor.
CollateralReport(String) - Constructor for class biz.onixs.cme.stp.handler.CollateralReport
Constructor.
CollateralReportEventArgs - Class in biz.onixs.cme.stp.handler
Contains CollateralReport message received.
CollateralReportTransactionType - Enum in biz.onixs.cme.stp.handler
Collateral report transaction type.
CollateralStatus - Enum in biz.onixs.cme.stp.handler
Collateral status.
CommissionAmountType - Enum in biz.onixs.cme.stp.handler
Represents the type of event associated with the contract.
CommissionBasis - Enum in biz.onixs.cme.stp.handler
Indicates the method used to calculate broker fees.
CommissionData - Class in biz.onixs.cme.stp.handler
Information about Commission Data.
CommissionData() - Constructor for class biz.onixs.cme.stp.handler.CommissionData
Default constructor.
CommissionDatas() - Constructor for class biz.onixs.cme.stp.handler.ReportSide.CommissionDatas
 
Commodity - Class in biz.onixs.cme.stp.handler
Information about reported commodity.
Commodity() - Constructor for class biz.onixs.cme.stp.handler.Commodity
Default constructor.
Commodity.AssetAttributes - Class in biz.onixs.cme.stp.handler
Encapsulates list of AssetAttributes
Commodity.SettlementPeriods - Class in biz.onixs.cme.stp.handler
Encapsulates list of SettlementPeriods
CommodityBase - Enum in biz.onixs.cme.stp.handler
General base type of the commodity traded.
compact() - Method in class biz.onixs.util.DynamicByteBuffer
 
compareTo(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
 
compareTo(HighResolutionTimestamp) - Method in class biz.onixs.util.HighResolutionTimestamp
 
compareTo(ScaledDecimal) - Method in class biz.onixs.util.ScaledDecimal
Compares to the provided object.
compareTo(Object) - Method in class biz.onixs.util.ValuePtr
 
connect() - Method in interface biz.onixs.util.network.SocketConnector
Synchronous connection attempt.
connectAfterInterval(long, TimeUnit) - Method in interface biz.onixs.util.network.SocketConnector
Initiates a connection attempt after a specified interval.
connectAsync() - Method in interface biz.onixs.util.network.SocketConnector
Initiates an asynchronous connection attempt.
ConnectionMode - Enum in biz.onixs.util.network
An enum that defines supported TCP connection modes.
contentEquals(String) - Method in class biz.onixs.util.ValuePtr
Compares with the value pointer on whole byte array encoded from string.
contentEquals(byte[], int) - Method in class biz.onixs.util.ValuePtr
Compares with byte array from the specified offset.
Converter - Class in biz.onixs.util
Utility class to convert numbers between string representation and numeric.
convertToUtcTimestamp(long, boolean) - Method in class biz.onixs.util.Timestamp
 
convertToUtcTimestampBytes(long, boolean) - Method in class biz.onixs.util.Timestamp
 
copy() - Method in class biz.onixs.util.ByteBuffer
Copies this byte buffer and returns a copy.
cpu_set_t() - Constructor for class biz.onixs.util.system.ThreadAffinity.cpu_set_t
 
create(String) - Static method in class biz.onixs.util.Directory
Creates directory for the given path.
current() - Static method in class biz.onixs.util.Directory
Retrieves the current directory for the current process.
CURRENT_DIR_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
CustomApplicationVersion - Static variable in class biz.onixs.cme.stp.handler.Session
Custom Application Version.
CustomerCapacity - Enum in biz.onixs.cme.stp.handler
The customer capacity for trade.

D

d(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
Date - Class in biz.onixs.cme.stp.handler
Information about date.
Date() - Constructor for class biz.onixs.cme.stp.handler.Date
 
dateTimeToUtcTimestampBytes(LocalDateTime, byte[], int, boolean) - Static method in class biz.onixs.util.Timestamp
 
dateTimeToUtcTimestampBytes(byte[], int, int, int, int, int, int, int, int, boolean) - Static method in class biz.onixs.util.Timestamp
 
debug(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
debug(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
DEFAULT_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
Classpath, absolute path, current directory, home directory loading sequence.
DEFAULT_PROTOCOL - Static variable in class biz.onixs.util.network.SslContextFactory
 
DeliveryRestriction - Enum in biz.onixs.cme.stp.handler
Specifies the commodity delivery flow type.
DeliveryStream - Class in biz.onixs.cme.stp.handler
Delivery Stream.
DeliveryStream() - Constructor for class biz.onixs.cme.stp.handler.DeliveryStream
Default constructor.
DifferentialPriceType - Enum in biz.onixs.cme.stp.handler
This indicates the type of differential price represented in the Differential Price attribute.
Directory - Class in biz.onixs.util
Directory of a file system.
Directory() - Constructor for class biz.onixs.util.Directory
 
Directory.FileFilter - Class in biz.onixs.util
 
Directory.FileNames - Class in biz.onixs.util
File names.
DirResourceLoader - Class in biz.onixs.util.url
 
DirResourceLoader(File) - Constructor for class biz.onixs.util.url.DirResourceLoader
 
dispatchEvents() - Method in class biz.onixs.util.network.ExternalService
 
double2str(double) - Static method in class biz.onixs.util.Converter
Converts double value to string.
double2str(double, int) - Static method in class biz.onixs.util.Converter
Converts double value to string.
double2str(byte[], double, int) - Static method in class biz.onixs.util.Converter
Converts double to string and places it into a byte buffer.
double2str(byte[], int, double, int) - Static method in class biz.onixs.util.Converter
Converts double to string and places it into a byte buffer.
drop(MulticastGroup) - Method in interface biz.onixs.util.network.IMulticastReceiver
Drops (and closes) attached feed.
drop(MulticastGroup) - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
Does nothing: before start thread there is no point to call, when thread is running it cannot be removed, when thread is already stopped, it will receive nothing
drop(MulticastGroup) - Method in class biz.onixs.util.network.MulticastReceiver
Drops (and closes) attached feed.
duplicate() - Method in class biz.onixs.util.DynamicByteBuffer
 
DynamicByteBuffer - Class in biz.onixs.util
 
DynamicByteBuffer(int, int) - Constructor for class biz.onixs.util.DynamicByteBuffer
 

E

e(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
endOfFile() - Method in class biz.onixs.util.File
 
ensureCanonicalName(String) - Static method in class biz.onixs.util.Utils
Ensures that the given file name is in a canonical form by replacing unsafe characters with underscores.
equals(Object) - Method in class biz.onixs.util.ByteBuffer
 
equals(Object) - Method in class biz.onixs.util.DynamicByteBuffer
 
equals(Object) - Method in class biz.onixs.util.HighResolutionTimestamp
 
equals(Object) - Method in class biz.onixs.util.ScaledDecimal
 
equals(Object) - Method in class biz.onixs.util.ValuePtr
 
erase(int) - Method in class biz.onixs.util.ByteBuffer
Erases bytes from the beginning of byte buffer with specified length.
erase(int, int) - Method in class biz.onixs.util.ByteBuffer
Erases bytes from specified position and with length form byte buffer.
error(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
error(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
error(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
ErrorEventArgs - Class in biz.onixs.cme.stp.handler
Contains information about error.
ErrorInfo() - Constructor for class biz.onixs.util.system.ThreadAffinity.ErrorInfo
 
ErrorInfo(int, String) - Constructor for class biz.onixs.util.system.ThreadAffinity.ErrorInfo
 
ErrorListener - Interface in biz.onixs.cme.stp.handler
Error listener.
Event - Class in biz.onixs.cme.stp.handler
Information about reported instrument events.
Event() - Constructor for class biz.onixs.cme.stp.handler.Event
 
EventDateType - Enum in biz.onixs.cme.stp.handler
Represents the type of event associated with the contract.
ExecutionMethod - Enum in biz.onixs.cme.stp.handler
Specifies whether the transaction was executed via an automated execution platform or other method.
ExerciseStyle - Enum in biz.onixs.cme.stp.handler
Type of exercise of a derivatives security.
ExternalService - Class in biz.onixs.util.network
 
ExternalService(String) - Constructor for class biz.onixs.util.network.ExternalService
 

F

FeeQuantityThresholdIndicator - Enum in biz.onixs.cme.stp.handler
Indicator flag used to determine the eligibility of fee discount based on threshold level.
File - Class in biz.onixs.util
File.
File() - Constructor for class biz.onixs.util.File
Constructor.
File(File) - Constructor for class biz.onixs.util.File
Constructor.
File(String, String) - Constructor for class biz.onixs.util.File
Constructor.
FileBasedSettings - Class in biz.onixs.util.settings
The Settings implementation backed with the file.
FileBasedSettings(File) - Constructor for class biz.onixs.util.settings.FileBasedSettings
 
FileFilter(String) - Constructor for class biz.onixs.util.Directory.FileFilter
 
FileNames() - Constructor for class biz.onixs.util.Directory.FileNames
 
FinancingDetails - Class in biz.onixs.cme.stp.handler
Information about financing details.
FinancingDetails() - Constructor for class biz.onixs.cme.stp.handler.FinancingDetails
Default constructor.
findFiles(String, String, Directory.FileNames) - Static method in class biz.onixs.util.Directory
Returns a collection of strings naming the files in the directory denoted by the given pathname that satisfy the specified filename pattern.
findIndex(int, byte[]) - Method in class biz.onixs.util.ByteBuffer
Finds index of bytes sub-sequence in the data of the byte buffer.
First() - Method in class biz.onixs.util.network.PortRange
Returns the first port number in the range.
FixedPaymentStream - Class in biz.onixs.cme.stp.handler
Payment Stream Fixed Rate.
FixedPaymentStream() - Constructor for class biz.onixs.cme.stp.handler.FixedPaymentStream
 
FixmlExtensionVersion - Static variable in class biz.onixs.cme.stp.handler.Session
FIXML Version.
FixmlMessageEventArgs - Class in biz.onixs.cme.stp.handler
Contains information about Fixml message.
FixmlMessageListener - Interface in biz.onixs.cme.stp.handler
Fixml message listener.
FixSchemaReleaseDate - Static variable in class biz.onixs.cme.stp.handler.Session
FIX Schema Release Date.
FixVersion - Static variable in class biz.onixs.cme.stp.handler.Session
FIX version.
flip() - Method in class biz.onixs.util.DynamicByteBuffer
 
FloatPaymentStream - Class in biz.onixs.cme.stp.handler
Payment Stream Floating Rate.
FloatPaymentStream() - Constructor for class biz.onixs.cme.stp.handler.FloatPaymentStream
 
flush() - Method in class biz.onixs.util.File
 
flush() - Method in class biz.onixs.util.settings.FileBasedSettings
 
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.AllocationIndicator
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.AveragePricingIndicator
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ClearedIndicator
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ClearingIntention
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ClearingRequirementException
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ClearingTransformationType
Gets value
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.CollateralReportTransactionType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.CollateralStatus
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.CommissionAmountType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.CommissionBasis
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.CommodityBase
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.CustomerCapacity
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.DeliveryRestriction
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.DifferentialPriceType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.EventDateType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ExecutionMethod
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.ExerciseStyle
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.FeeQuantityThresholdIndicator
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.FrequencyUnit
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.IncludeCollateralIndicator
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.LiquidityFlag
Returns enum value for the int representation
forValue(char) - Static method in enum biz.onixs.cme.stp.handler.ManualOrderIndicator
Returns enum value for the char representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.MultiLegReportingType
Returns enum value for the int representation
forValue(char) - Static method in enum biz.onixs.cme.stp.handler.NonDisclosedIndicator
Returns enum value for the char representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.OffsetInstruction
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.OptionExerciseTimeFrame
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.OriginalTimeUnit
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.PartyIDSource
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PartyRole
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PartySubIDType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PaymentType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PositionAmountType
Gets value
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.PositionAmountType
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PostTradeType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PriceSubType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PriceType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.Product
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.PutOrCall
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.QtyType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDEvent
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDType
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.RelatedSecurityType
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.RelatedTradeIDSource
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.RestructuringType
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.RootPartyIDSource
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.SecurityIDSource
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.SecurityType
Gets value
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.SecurityType
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.SettlementFlowType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.SettlementHolidaysProcessingInstruction
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.SettlementMethod
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.Side
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.SplitIndicator
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.StreamType
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.SubscriptionRequestType
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.SubstitutionIndicator
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TimestampType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralization
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralStatus
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeIDEvent
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeIDScope
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeIDType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradePartyType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradePriceNegotiationMethod
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradePriceStatus
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationReason
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeReportTransType
Returns enum value for the string representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeReportType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestResult
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestStatus
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeStatus
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeSubType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.TradeType
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.UnderlyingPriceDeterminationMethod
Returns enum value for the int representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.UnderlyingSymbolSfx
Returns enum value for the int representation
forValue(int) - Static method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
Returns enum value for the ordinal value
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.VenueSubType
Returns enum value for the string representation
forValue(String) - Static method in enum biz.onixs.cme.stp.handler.VenueType
Returns enum value for string representation
FrequencyUnit - Enum in biz.onixs.cme.stp.handler
Source of alternate ID.

G

generate() - Method in class biz.onixs.util.GuidGenerator
 
get() - Method in class biz.onixs.util.ByteBuffer
Returns internal storage(byte array).
get() - Method in class biz.onixs.util.DynamicByteBuffer
 
get(byte[]) - Method in class biz.onixs.util.DynamicByteBuffer
 
get(byte[], int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
get(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getAccruedInterestAmount() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the amount of Accrued Interest for convertible bonds and fixed income.
getAccruedInterestRate() - Method in class biz.onixs.cme.stp.handler.ReportSide
The amount the buyer compensates the seller for the portion of the next coupon interest payment the seller has earned but will not receive from the issuer because the issuer will send the next coupon payment to the buyer.
getAggressorIndicator() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getAllocationIndicator() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getAlternateID() - Method in class biz.onixs.cme.stp.handler.ReportAlternateID
 
getAlternateIDs() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getAlternateIDSource() - Method in class biz.onixs.cme.stp.handler.ReportAlternateID
 
getAlternatePrice() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getAssetAttributes() - Method in class biz.onixs.cme.stp.handler.Commodity
 
getAttrValue(Node, String) - Static method in class biz.onixs.util.XmlUtils
 
getAttrValue(NamedNodeMap, String) - Static method in class biz.onixs.util.XmlUtils
 
getAveragePrice() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getAveragePricingIndicator() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getAvgIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getAvgIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getAvgIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getBacklog() - Method in interface biz.onixs.util.network.Acceptor
Returns the maximum number of pending connections on listen ports.
getBaseName() - Method in class biz.onixs.util.log.LatencyLogger
 
getBlockID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getBoolean(String) - Method in class biz.onixs.util.settings.Settings
Returns a boolean value that corresponds to the given key.
getBoolean(String, boolean) - Method in class biz.onixs.util.settings.Settings
Returns a boolean value that corresponds to the given key.
getBufferSize() - Method in class biz.onixs.util.network.MulticastGroup
 
getByLengthOrNull(int) - Static method in enum biz.onixs.util.TimestampFormat
Retrieves the timestamp format based on its length.
getByteBuffer() - Method in class biz.onixs.util.DynamicByteBuffer
 
getBytes(byte[], int) - Method in class biz.onixs.util.UtcTimestamp
 
getBytes() - Method in class biz.onixs.util.UtcTimestamp
 
getc() - Method in class biz.onixs.util.File
 
getCalculationCurrencyLastQuantity() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used in calculating the quantity of the other side of the currency trade.
getCfiCode() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Gets the type of security using ISO 10962 standard, Classification of Financial Instruments (CFI code) values (tag # 461).
getChar() - Method in class biz.onixs.util.DynamicByteBuffer
 
getChar(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getCheckSum() - Method in class biz.onixs.util.ByteBuffer
Gets checksum corresponding to bytes kept in byte buffer.
getCheckSum() - Method in class biz.onixs.util.DynamicByteBuffer
 
getClearedIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getClearingBusinessDate() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the "Clearing Business Date" referred to by this maintenance request.
getClearingBusinessDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getClearingBusinessDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
To request trades for a specific clearing business date.
getClearingIntention() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getClearingRequirementException() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getClearingTransformationType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Indicates the type of Clearing Transformation that generated this Trade.
getClientOrderID() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getClientOrderID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Only provided on tickets resulting from an API Order, this is the ClOrdId from the order.
getClientOrderID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getClientOrderID2() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getCode() - Method in class biz.onixs.util.system.ThreadAffinity.ErrorInfo
 
getCollateralAllocationID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets globally unique identifier of the collateral allocation.
getCollateralAllocationNumber() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets globally unique identifier of the collateral allocation.
getCollateralReport() - Method in class biz.onixs.cme.stp.handler.CollateralReportEventArgs
 
getCollateralReportID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets Collateral Report Identifier.
getCollateralReportTransactionType() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the transaction type of the Collateral Report.
getCollateralRequestID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets Collateral Request Identifier.
getCollateralStatus() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the collateral status.
getCommissionAdjustedPrice() - Method in class biz.onixs.cme.stp.handler.CommissionData
Commission adjusted price.
getCommissionAmount() - Method in class biz.onixs.cme.stp.handler.CommissionData
The total commission amount.
getCommissionAmountType() - Method in class biz.onixs.cme.stp.handler.CommissionData
Type of Commission.
getCommissionBasis() - Method in class biz.onixs.cme.stp.handler.CommissionData
Indicates the method used to calculate broker fees.
getCommissionCurrency() - Method in class biz.onixs.cme.stp.handler.CommissionData
Currency of broker fees.
getCommissionData() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getCommissionLegRefID() - Method in class biz.onixs.cme.stp.handler.CommissionData
Trade leg identifier.
getCommissionRate() - Method in class biz.onixs.cme.stp.handler.CommissionData
Rate used to calculate broker fees.
getCommissionUnitOfMeasure() - Method in class biz.onixs.cme.stp.handler.CommissionData
Gets unit of measure for computing the broker fees.
getCommissionUnitOfMeasureCurrency() - Method in class biz.onixs.cme.stp.handler.CommissionData
Unit of measure currency for computing the broker fees.
getCommodity() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getCompressionGroupID() - Method in class biz.onixs.cme.stp.handler.ReportSide
Identifies all trades in a netting or compression group, including both terminating trades and any remnant trades that result from the operation
getConfirmHubTradeType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getContraryInstructionIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used to indicate when a contrary instruction for exercise or abandonment is being submitted.
getCopy() - Method in class biz.onixs.util.ByteBuffer
Returns copy of bytes kept in byte buffer.
getCurrency() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getCurrency() - Method in class biz.onixs.cme.stp.handler.ReportSide
Gets the currency used for price.
getCustomer() - Method in class biz.onixs.cme.stp.handler.License
Returns license customer.
getCustomerCapacity() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getCustomerOrderHandlingInstruction() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getData() - Method in class biz.onixs.util.ValuePtr
Returns whole byte array containing the value.
getDataRepositoryID() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
getDate() - Method in class biz.onixs.cme.stp.handler.OptionExercise
 
getDaysLeft() - Method in class biz.onixs.cme.stp.handler.License
Returns the number of days left until license is expired.
getDealID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getDealSpread() - Method in class biz.onixs.cme.stp.handler.Yield
 
getDeliveryStream() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getDeliveryStreamDeliveryPoint() - Method in class biz.onixs.cme.stp.handler.DeliveryStream
The point at which the commodity product will be delivered and received.
getDeliveryStreamDeliveryRestriction() - Method in class biz.onixs.cme.stp.handler.DeliveryStream
 
getDifferentialPrice() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getDifferentialPriceType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getDirectory() - Method in class biz.onixs.util.log.LatencyLogger
 
getDirtyPrice() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the dirty price.
getDouble() - Method in class biz.onixs.util.DynamicByteBuffer
 
getDouble(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getElapsedMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in milliseconds.
getElapsedNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in nanoseconds.
getElapsedSeconds() - Method in class biz.onixs.util.PrecisionTimer
Returns the elapsed time in seconds.
getEndCash() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Ending dirty cash consideration of a financing deal.
getEndCash() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getEndDate() - Method in class biz.onixs.cme.stp.handler.FinancingDetails
 
getEndTime() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets the ending time of the query.
getEventDateType() - Method in class biz.onixs.cme.stp.handler.Event
 
getEventDateValue() - Method in class biz.onixs.cme.stp.handler.Event
 
getEvents() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getException() - Method in class biz.onixs.cme.stp.handler.ErrorEventArgs
 
getExecID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets exchanged assigned Execution ID (Trade Identifier).
getExecID2() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getExecutionMethod() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getExerciseStyle() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getExpandFactor() - Method in class biz.onixs.util.DynamicByteBuffer
 
getExpirationDate() - Method in exception biz.onixs.cme.stp.handler.LicenseExpiredException
 
getExponent() - Method in class biz.onixs.util.ScaledDecimal
Method that returns the exponent part of the scaled decimal as an integer
getFacilityType() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
getFeeMultiplier() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getFeeQuantityThresholdIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getFileChannel() - Method in class biz.onixs.util.File
 
getFinancingDetails() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the information about financing details reported.
getFinancingDetails() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getFixed() - Method in class biz.onixs.cme.stp.handler.PaymentStream
 
getFixmlMessage() - Method in class biz.onixs.cme.stp.handler.FixmlMessageEventArgs
 
getFloat() - Method in class biz.onixs.cme.stp.handler.PaymentStream
 
getFloat() - Method in class biz.onixs.util.DynamicByteBuffer
 
getFloat(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getFundDesignation() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getFXCurrencySymbol() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getGroup() - Method in class biz.onixs.util.network.MulticastGroup
 
getGuid() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
getGuid() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getHost() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy host.
getHost() - Method in interface biz.onixs.util.network.SocketConnector
Returns the hostname or IP address to connect.
getId() - Method in class biz.onixs.cme.stp.handler.License.Product
Returns product id.
getIf() - Method in class biz.onixs.util.network.MulticastGroup
 
getIncludeCollateralIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets indicator if collateral should be returned in request result.
getInstance(String, String, String) - Static method in class biz.onixs.util.network.SslContextFactory
Returns SSL context.
getInstance(String, String, String, String, String) - Static method in class biz.onixs.util.network.SslContextFactory
Returns SSL context.
getInstance(String, String, String, String, String, String) - Static method in class biz.onixs.util.network.SslContextFactory
Returns SSL context.
getInstrument() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the information about instrument reported.
getInstrument() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getInstrument() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getInt() - Method in class biz.onixs.util.DynamicByteBuffer
 
getInt(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getInteger(String, int) - Method in class biz.onixs.util.settings.Settings
Returns an integer value that corresponds to the given key.
getInteger(String) - Method in class biz.onixs.util.settings.Settings
Returns an integer value that corresponds to the given key.
getInterval() - Method in class biz.onixs.util.Throttler
Returns interval duration.
getIntervalEnd() - Method in class biz.onixs.cme.stp.handler.License
Returns license validity interval end date.
getIntervalStart() - Method in class biz.onixs.cme.stp.handler.License
Returns license validity interval start date.
getItemsPerSecond(long) - Method in class biz.onixs.util.PrecisionTimer
 
getLastError() - Static method in class biz.onixs.util.system.ThreadAffinity
 
getLastIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLastIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLastIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getLastMkt() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the market of execution for last fill, or an indication of the market where an order was routed.
getLastMkt() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getLastPrice() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets Overall Trade Price per contract for regular cleared trades.
getLastQty() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets Total Quantity based on user permissible allocation quantity.
getLastUpdateTime() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the timestamp of last update to data item (or creation if no updates made since creation).
getLastUpdateTime() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getLastUpdateTime() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Date/time which subscription should start pull data from.
getLeg() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegAlternatePrice() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegAlternativeIDs() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegCFI() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegContractMultiplier() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegDifferentialPrice() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegDifferentialPriceType() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegInstrumentGuid() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegLastPrice() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the trade price assigned to the leg.
getLegMaturity() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegMaturityDate() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegNumber() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the number identifying the leg within a strategy or spread.
getLegOrderQuantity() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the ordered quantity of this leg.
getLegOriginalTimeUnit() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the Time Unit for this leg of the original trade, e.g.
getLegPositionAmountData() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegPriceSubType() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegPriceType() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getLegProductCode() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegPutOrCall() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegQuantity() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the actual quantity of the leg as it participated in the spread trade.
getLegReferenceID() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
When reporting the USI or UTI of a spread or strategy, this gets the leg number that the USI or UTI references, as communicated in the LegNo field.
getLegReferenceID() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets a unique trade ID generated by the clearing system for this leg.
getLegReportID() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the report ID for the leg as generated by the clearing system.
getLegSecurityAltID() - Method in class biz.onixs.cme.stp.handler.LegAlternativeID
 
getLegSecurityAltIDSource() - Method in class biz.onixs.cme.stp.handler.LegAlternativeID
 
getLegSecurityExchange() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSecurityIDSource() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSecurityLongName() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSecuritySubType() - Method in class biz.onixs.cme.stp.handler.Leg
Gets SecuritySubType of the leg instrument.See SecuritySubType (762) field for description.
getLegSecurityType() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSettlementMethod() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSide() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegStrikePrice() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegSymbol() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegTradingQuantity() - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets leg quantity per Original Time Unit as submitted on a CME ClearPort API trade report when a product has multiple time units, or, Product Variable Quantity Unit (VQU) is not 'S' (standard), and the product subtype (Monthly, daily, weekly) is not equal to the time unit entered for the trade.
getLegUnitOfMeasure() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegUnitOfMeasureCurrency() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLegUnitOfMeasureQuantity() - Method in class biz.onixs.cme.stp.handler.Leg
 
getLength() - Method in enum biz.onixs.util.TimestampFormat
Returns the length of the timestamp format.
getLength() - Method in class biz.onixs.util.ValuePtr
Returns length of the value in the array from offset.
getLicenseDirectory() - Static method in class biz.onixs.cme.stp.handler.Session
Gets path to directory where license file is located.
getLicenseExpirationDate() - Method in class biz.onixs.cme.stp.handler.Session
 
getLicenseFile() - Static method in class biz.onixs.cme.stp.handler.Session
Gets license file name or absolute path to license.
getLine(StringBuilder, int) - Method in class biz.onixs.util.File
 
getLine(int) - Method in class biz.onixs.util.File
 
getLine(StringBuilder, int, int) - Method in class biz.onixs.util.File
 
getLine(int, int) - Method in class biz.onixs.util.File
 
getLiquidityFlag() - Method in class biz.onixs.cme.stp.handler.ReportSide
Indicates if an order was submitted for market making obligation as required for MiFID.
getListener() - Method in interface biz.onixs.util.network.Acceptor
Returns the listener which will be called in case there is a new connection accepted on a listening port.
getListener() - Method in class biz.onixs.util.network.MulticastGroup
 
getLocalAddress() - Method in interface biz.onixs.util.network.Socket
Returns the local address to which the socket is bound.
getLocalDateTime() - Method in class biz.onixs.util.HighResolutionTimestamp
Returns timestamp without high resolution component of the high resolution timestamp.
getLong() - Method in class biz.onixs.util.DynamicByteBuffer
 
getLong(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getLong(String, long) - Method in class biz.onixs.util.settings.Settings
Returns a long value that corresponds to the given key.
getLong(String) - Method in class biz.onixs.util.settings.Settings
Returns a long value that corresponds to the given key.
getMantissa() - Method in class biz.onixs.util.ScaledDecimal
Method that returns the mantissa part of the scaled decimal as a long
getManualOrderIndicator() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getManualOrderIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to tickets based on origination either from API or manually created trades.
getMarketDataTradeEntryID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Unique Trade Identifier that will match to a CME Globex order execution, associated market data message and STP messaging.
getMaturityDate() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getMaturityMonthYear() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Format: YYYYMM (i.e.
getMaxEvents() - Method in class biz.onixs.util.Throttler
Returns maximum number of events for the given interval.
getMaximumCollateralCount() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the maximum number of different securities that can be allocated to the trade.
getMaxIntervalMilliSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMaxIntervalNanoSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMaxIntervalSeconds() - Method in class biz.onixs.util.PrecisionTimer
 
getMDStreamID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getMemo() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the free format text field.
getMemoField() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getMessage() - Method in class biz.onixs.util.system.ThreadAffinity.ErrorInfo
 
getMicroSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getMicroSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getMilliSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getMilliSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getMultiLegReportingType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets what a Multi-leg Report represents (e.g.
getMultiLegReportingType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets if trades are to be returned for the individual legs of a multi-leg instrument (2) or for the overall instrument (3).
getName() - Method in class biz.onixs.cme.stp.handler.License.Customer
Returns customer name.
getName() - Method in class biz.onixs.cme.stp.handler.License.Product
Returns product name.
getName() - Method in enum biz.onixs.cme.stp.handler.License.Type
Returns license type name.
getName() - Method in class biz.onixs.util.ProductInfo
 
getNameAndVersion() - Method in class biz.onixs.util.ProductInfo
 
getNanoSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getNanoSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getNextCouponDate() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getNonDisclosedIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Get flag indicating if this was a non-disclosed trade.
getNonDisclosedIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to tickets based on disclosed or non-disclosed status of the trade.
getNumActive() - Method in interface biz.onixs.util.pool.ObjectPool
 
getNumActive() - Method in class biz.onixs.util.pool.Pool
 
getNumIdle() - Method in interface biz.onixs.util.pool.ObjectPool
 
getNumIdle() - Method in class biz.onixs.util.pool.Pool
 
getOffset() - Method in class biz.onixs.util.ValuePtr
Returns offset of the value in the array.
getOffsetInstruction() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getOptionExercise() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getOptionExerciseFrequencyPeriod() - Method in class biz.onixs.cme.stp.handler.OptionExerciseDate
 
getOptionExerciseFrequencyUnit() - Method in class biz.onixs.cme.stp.handler.OptionExerciseDate
 
getOptionExerciseTimeFrame() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For Exercise/Assignment Transformation, this indicates whether or not the resulting Future was the result of an Early Exercise Instruction (Prior to Settlement Date).
getOrderID() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getOrderID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For Globex, this is the iLink OrderID.
getOriginalCollateralAllocationID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
In a substitution, this is the CollID of the allocation that was substituted.
getOriginalCollateralAllocationNumber() - Method in class biz.onixs.cme.stp.handler.CollateralReport
In a substitution, this is the CollNo of the allocation that was substituted.
getOriginalTimeUnit() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getOutQueueBytes() - Method in interface biz.onixs.util.network.TcpConnection
Returns the number of bytes in the out queue to be send.
getOwner() - Method in class biz.onixs.util.network.MulticastGroup
returns null if the MulticastGroup is detached (dropped)
getPackageID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getParties() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the information about parties reported.
getParties() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getParties() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getPartyID() - Method in class biz.onixs.cme.stp.handler.Party
 
getPartyID() - Method in class biz.onixs.cme.stp.handler.PartySubID
 
getPartyID() - Method in class biz.onixs.cme.stp.handler.RequestParty
Gets party identifier/code.
getPartyID() - Method in class biz.onixs.cme.stp.handler.RootParty
 
getPartyIDSource() - Method in class biz.onixs.cme.stp.handler.Party
 
getPartyIDSource() - Method in class biz.onixs.cme.stp.handler.RootParty
 
getPartyRole() - Method in class biz.onixs.cme.stp.handler.Party
 
getPartyRole() - Method in class biz.onixs.cme.stp.handler.RequestParty
Gets the type or role of the PartyID specified.
getPartyRole() - Method in class biz.onixs.cme.stp.handler.RootParty
 
getPartySubIDs() - Method in class biz.onixs.cme.stp.handler.Party
 
getPartySubIDs() - Method in class biz.onixs.cme.stp.handler.RootParty
 
getPartySubIDType() - Method in class biz.onixs.cme.stp.handler.PartySubID
 
getPassword() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy password.
getPaymentAmount() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPaymentAmount() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getPaymentCurrency() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPaymentDate() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPaymentDates() - Method in class biz.onixs.cme.stp.handler.PaymentStream
 
getPaymentPaySide() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPaymentReceiveSide() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPayments() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getPaymentStream() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getPaymentStreamPaymentFrequencyPeriod() - Method in class biz.onixs.cme.stp.handler.PaymentDates
 
getPaymentStreamPaymentFrequencyUnit() - Method in class biz.onixs.cme.stp.handler.PaymentDates
 
getPaymentStreamRate() - Method in class biz.onixs.cme.stp.handler.FixedPaymentStream
 
getPaymentStreamRateIndex() - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
getPaymentStreamRateIndexLocation() - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
getPaymentStreamRateMultiplier() - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
getPaymentStreamRateOrAmountCurrency() - Method in class biz.onixs.cme.stp.handler.FixedPaymentStream
 
getPaymentStreamRateSpread() - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
getPaymentType() - Method in class biz.onixs.cme.stp.handler.Payment
 
getPicoSecond() - Method in class biz.onixs.util.HighResolutionTimestamp
Returns picosecond component of the high resolution timestamp.
getPort() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy port.
getPort() - Method in interface biz.onixs.util.network.SocketConnector
Returns the port number to connect.
getPositionAmount() - Method in class biz.onixs.cme.stp.handler.PositionAmountData
 
getPositionAmountData() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getPositionAmountType() - Method in class biz.onixs.cme.stp.handler.PositionAmountData
Gets Residual Price of Average Price System (APS) transactions.
getPositionCurrency() - Method in class biz.onixs.cme.stp.handler.PositionAmountData
 
getPostTradeType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Identifies the type of ticket.
getPostTradeType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to filter for / subscribe to tickets based on the ticket type.
getPrice() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the price per unit of quantity (e.g.
getPriceMultiplier() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getPriceQuoteCurrency() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getPriceType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getPriceUnitofMeasure() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Used to express the UOM of the price if different from the contract.
getPriceUnitOfMeasureCurrency() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Gets 3 character ISO code of the base currency.
getProduct() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getProduct() - Method in class biz.onixs.cme.stp.handler.RequestInstrument
Enables the user to filter trades based on a specific product.
getPutOrCall() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getQtyType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets type of quantity specified in a quantity field.
getQuantity() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the overall/total quantity (e.g.
getRegulatoryTradeID() - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
getRegulatoryTradeIDEvent() - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
getRegulatoryTradeIDs() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the information about related regulatory trade IDs.
getRegulatoryTradeIDSource() - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
getRegulatoryTradeIDType() - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
getRelatedInstruments() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the information about Related Instruments reported.
getRelatedSecurityGuid() - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
getRelatedSecurityID() - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
getRelatedSecurityIDSource() - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
getRelatedSecurityType() - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
getRelatedSymbol() - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
getRelatedTradeID() - Method in class biz.onixs.cme.stp.handler.RelatedTrade
 
getRelatedTradeIDSource() - Method in class biz.onixs.cme.stp.handler.RelatedTrade
 
getRelatedTrades() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getRemoteAddress() - Method in interface biz.onixs.util.network.Socket
Returns the remote address to which the socket is connected.
getReportSides() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getResource(String) - Method in class biz.onixs.util.url.AbsolutePathResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.ChainedResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.ClassPathResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.DirResourceLoader
 
getResource(String) - Method in class biz.onixs.util.url.NullResourceLoader
 
getResource(String) - Method in interface biz.onixs.util.url.ResourceLoader
Returns input stream for the resource specified by the name.
getRestructuringType() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
A category of CDS credit event in which the underlying bond experiences a restructuring.
getRootParties() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
gets(byte[], int, int) - Method in class biz.onixs.util.File
 
gets(int) - Method in class biz.onixs.util.File
 
getSecondaryAllocationGroupID() - Method in class biz.onixs.cme.stp.handler.ReportSide
Gets clearing assigned identifier used for the allocation group.
getSecondaryTradeID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Used to carry an internal trade entity ID which may or may not be reported to the firm.
getSecondsPerItem(long) - Method in class biz.onixs.util.PrecisionTimer
 
getSecondsPerItem(long, long) - Static method in class biz.onixs.util.PrecisionTimer
 
getSecurityDescription() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Can be used to provide an optional textual description for a financial.
getSecurityDescription() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSecurityExchange() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSecurityExchange() - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
getSecurityID() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
getSecurityID() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSecurityID() - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
getSecurityIDSource() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
getSecuritySubtype() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSecurityType() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Indicates type of security.
getSecurityType() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSecurityType() - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
getSecurityXML() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSenderCompID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets value used to identify customer firm sending message.
getSenderCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getSenderCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getSenderCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets the value used to identify the customer firm sending the message.
getSenderSubID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
CME assigned user role used to identify specific role (traderadmin or clearingadmin).
getSenderSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets the CME assigned user role used to identify specific role (traderadmin or clearingadmin).
getSenderSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getSenderSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets the CME-assigned user role used to identify a specific role (traderadmin or clearingadmin).
getSession() - Method in class biz.onixs.cme.stp.handler.CollateralReportEventArgs
Gets Session which raised event.
getSession() - Method in class biz.onixs.cme.stp.handler.ErrorEventArgs
 
getSession() - Method in class biz.onixs.cme.stp.handler.FixmlMessageEventArgs
 
getSession() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportEventArgs
 
getSession() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgmentEventArgs
Gets the Session which raised the event.
getSession() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestEventArgs
 
getSettlCurrency() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getSettlDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Specific date of trade settlement (SettlementDate) in YYYYMMDD format.
getSettlementMethod() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSettlementPeriods() - Method in class biz.onixs.cme.stp.handler.Commodity
 
getSettlementTradeID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the trade identifier as assigned by BrokerTec Clearing.
getSettlementTradeID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getSettlType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets settlement Type of trade.
getShort() - Method in class biz.onixs.util.DynamicByteBuffer
 
getShort(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
getSide() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the side of order.
getSide() - Method in class biz.onixs.cme.stp.handler.ReportSide
Gets the side of the order
getSideOrigTradeID() - Method in class biz.onixs.cme.stp.handler.ReportSide
Used to capture the original trade id for each side of a trade undergoing novation to a standardized model.
getSideRegulatoryTrades() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getSourceOfTheProductCode() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSpecifiedData() - Method in class biz.onixs.util.ValuePtr
Returns copy of pointed value as a byte array.
getSplitIndicator() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getSpotDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For FXNDF, the associated SPOT settlement date.
getStartCash() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Starting dirty cash consideration of a financing deal, i.e.
getStartCash() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getStartDate() - Method in class biz.onixs.cme.stp.handler.FinancingDetails
 
getStartTime() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets the starting time of the subscription or query.
getStrategyLinkID() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getStream() - Method in class biz.onixs.util.settings.FileBasedSettings
 
getStreamAssetAttributeType() - Method in class biz.onixs.cme.stp.handler.AssetAttribute
 
getStreamAssetAttributeValue() - Method in class biz.onixs.cme.stp.handler.AssetAttribute
 
getStreamCommodityBase() - Method in class biz.onixs.cme.stp.handler.Commodity
 
getStreamCommodityDesc() - Method in class biz.onixs.cme.stp.handler.Commodity
 
getStreamCommoditySettlementFlowType() - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
 
getStreamCommoditySettlementHolidaysProcessingInstruction() - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
Indicates whether holidays are included in the settlement periods.
getStreamCommoditySettlementTimezone() - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
 
getStreamEffectiveDateAdjusted() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamNotional() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamNotionalFrequencyPeriod() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamNotionalFrequencyUnit() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamNotionalUnitOfMeasure() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamPaySide() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamReceiveSide() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreams() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getStreams() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getStreamTerminationDateAdjusted() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamTotalNotional() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamTotalNotionalUnitOfMeasure() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStreamType() - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
getStrikeIndex() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getStrikeIndexLocation() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getStrikeMultiplier() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Used for derivatives.
getStrikePrice() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getString(String) - Method in class biz.onixs.util.settings.Settings
Returns a string value that corresponds to the given key.
getString(String, String) - Method in class biz.onixs.util.settings.Settings
Returns a string value that corresponds to the given key.
getSubscriptionRequestType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets Subscription Request Type Supported Values:
getSubscriptionRequestType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets Subscription Request Type
getSubscriptions() - Method in class biz.onixs.cme.stp.handler.Session
 
getSubstitutionIndicator() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Indicates the status of the substitution.
getSubstitutionsRemaining() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the number of remaining rights of substitution.
getSuffix() - Method in class biz.onixs.util.log.LatencyLogger
 
getSymbol() - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Ticker symbol.
getSymbol() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getSymbol() - Method in class biz.onixs.cme.stp.handler.RequestInstrument
Gets the ticker symbol.
getTargetCompID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets entity to whom the message is being sent.
getTargetCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTargetCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTargetCompID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets the entity to whom the message is being sent.
getTargetSubID() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Value used to identify specific message recipient (user, etc.) This echoes the SenderSubID sent on the request.
getTargetSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTargetSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTargetSubID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets the value used to identify the specific message recipient (user, etc.).
getText() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getText() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets a free-format text string for error messaging.
getThread() - Method in class biz.onixs.util.network.MulticastThreadReceiver
 
getTimestamp() - Method in class biz.onixs.cme.stp.handler.TradeTimeStamp
 
getTimestampType() - Method in class biz.onixs.cme.stp.handler.TradeTimeStamp
 
getTotalEndCash() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the total end cash of the trade.
getTotalStartCash() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the total start cash of the trade.
getTradeCaptureDates() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTradeCaptureReport() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportEventArgs
 
getTradeCaptureReportRequest() - Method in class biz.onixs.cme.stp.handler.CollateralReportEventArgs
 
getTradeCaptureReportRequest() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportEventArgs
 
getTradeCaptureReportRequest() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgmentEventArgs
Gets the TradeCaptureReportRequest sent.
getTradeCaptureReportRequest() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestEventArgs
 
getTradeCaptureReportRequestAcknowledgment() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgmentEventArgs
Gets the TradeCaptureReportRequestAcknowledgment received.
getTradeCollateralization() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
If a swap is not cleared, an indication of whether a swap is Uncollateralized, Partially Collateralized, One-Way Collateralize, Fully Collateralized.
getTradeCollateralStatus() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the collateral status of the trade.
getTradeDate() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Indicates date of trade referenced in this message in YYYYMMDD format.
getTradeDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureDate
 
getTradeDate() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeID() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
Gets regulatory Trade ID for the trade side.
getTradeID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTradeID2() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeID2() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTradeIDEvent() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
getTradeIDScope() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
Gets when a trade must be assigned more than one identifier, e.g.
getTradeIDSource() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
getTradeIDType() - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
getTradeInputSource() - Method in class biz.onixs.cme.stp.handler.ReportSide
CME Defined Supported Values: CPC = CME ClearPort® Clearing CPT = CME ClearPort® Trading CXPIT = COMEX Trading Floor GLBX = CME Globex® NXPIT = NYMEX Trading Floor
getTradeInputSource() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
CME Defined Supported Values: CPC = CME ClearPort® Clearing CPT = CME ClearPort® Trading CXPIT = COMEX Trading Floor EBSD = EBS Direct GLBX = CME Globex® NXPIT = NYMEX Trading Floor
getTradeLegs() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeLinkID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used to link a group of trades together.
getTradeMatchID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets Trade Match ID is assigned by the matching engine or clearing system and used to correlate a cleared trade with a match event.
getTradeNumber() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradePartyType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
When used in conjunction with PartyRole R=7 (Trading Firm) provides further context of the role played by that trading firm.
getTradePriceNegotiationMethod() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradePriceStatus() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeRegulationPublicationReason() - Method in class biz.onixs.cme.stp.handler.TradeRegulationPublication
 
getTradeRegulationPublications() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeRegulationPublicationType() - Method in class biz.onixs.cme.stp.handler.TradeRegulationPublication
 
getTradeReportID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeReportTransType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets type of Execution being reported.
getTradeReportType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets the purpose of the trade within the workflow and determines the action of the receiver of the trade.
getTradeRequestID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeRequestID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
getTradeRequestID() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
 
getTradeRequestResult() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets result of Trade Request
getTradeRequestStatus() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets status of Trade Request.
getTradeRequestType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets type of Trade Capture Report.
getTradeRequestType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets type of Trade Capture Report.
getTradeStatus() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets the status of the trade in clearing.
getTradeSubType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradeTimeStamps() - Method in class biz.onixs.cme.stp.handler.ReportSide
 
getTradeType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTradingQuantity() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Indicates the trading quantity entered, in unit terms (e.g.
getTransactTime() - Method in class biz.onixs.cme.stp.handler.CollateralReport
Gets the timestamp when the business transaction represented by the message occurred.
getTransactTime() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getTransferReason() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getType() - Method in class biz.onixs.cme.stp.handler.License
Returns license type.
getType() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy type see ProxySettings.Type enum.
getUnderlyingDirtyPrice() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
Gets Price (percent-of-par or per unit) of the underlying security or basket.
getUnderlyingInstruments() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getUnderlyingInstruments() - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
getUnderlyingMaturity() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingPrice() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingPriceDeterminationMethod() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Specifies how the underlying price is determined at the point of option exercise.
getUnderlyingProductCode() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingProductCodeSource() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingProductExchange() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingSecurityType() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingSymbol() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnderlyingSymbolSfx() - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
getUnitOfMeasure() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getUnitOfMeasureCurrency() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getUnitOfMeasureQuantity() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getUpiCode() - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
getUsername() - Method in class biz.onixs.util.network.ProxySettings
Returns the proxy username.
getUtcTimestamp(ValuePtr, boolean) - Method in class biz.onixs.util.Timestamp
 
getUtcTimestamp(boolean) - Method in class biz.onixs.util.Timestamp
 
getUtcTimestampBytes(boolean) - Method in class biz.onixs.util.Timestamp
 
getValue() - Method in enum biz.onixs.cme.stp.handler.AllocationIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.AveragePricingIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ClearedIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ClearingIntention
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ClearingRequirementException
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ClearingTransformationType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CollateralReportTransactionType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CollateralStatus
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CommissionAmountType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CommissionBasis
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CommodityBase
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.CustomerCapacity
Gets current value.
getValue() - Method in class biz.onixs.cme.stp.handler.Date
 
getValue() - Method in enum biz.onixs.cme.stp.handler.DeliveryRestriction
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.DifferentialPriceType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.EventDateType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ExecutionMethod
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ExerciseStyle
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.FeeQuantityThresholdIndicator
 
getValue() - Method in enum biz.onixs.cme.stp.handler.FrequencyUnit
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.IncludeCollateralIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.LiquidityFlag
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.ManualOrderIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.MultiLegReportingType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.NonDisclosedIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.OffsetInstruction
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.OptionExerciseTimeFrame
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.OriginalTimeUnit
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PartyIDSource
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PartyRole
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PartySubIDType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PaymentType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PositionAmountType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PostTradeType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PriceSubType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PriceType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.Product
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.PutOrCall
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.QtyType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDEvent
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RelatedSecurityType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RelatedTradeIDSource
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RestructuringType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.RootPartyIDSource
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SecurityIDSource
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SecurityType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SettlementFlowType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SettlementHolidaysProcessingInstruction
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SettlementMethod
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.Side
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SplitIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.StreamType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SubscriptionRequestType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.SubstitutionIndicator
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TimestampType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeCollateralization
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeCollateralStatus
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeIDEvent
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeIDScope
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeIDType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradePartyType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradePriceNegotiationMethod
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradePriceStatus
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationReason
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeReportTransType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeReportType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeRequestResult
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeRequestStatus
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeRequestType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeStatus
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeSubType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.TradeType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.UnderlyingPriceDeterminationMethod
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.UnderlyingSymbolSfx
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
 
getValue() - Method in enum biz.onixs.cme.stp.handler.VenueSubType
Gets current value.
getValue() - Method in enum biz.onixs.cme.stp.handler.VenueType
Gets current value.
getVenueSubType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getVenueType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
getVenueType() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to trades based on the venue where the trade was executed.
getVersion() - Method in class biz.onixs.cme.stp.handler.License
Returns license version.
getVersion() - Method in class biz.onixs.util.ProductInfo
 
getYield() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
GuidGenerator - Class in biz.onixs.util
 
GuidGenerator() - Constructor for class biz.onixs.util.GuidGenerator
 

H

hasArray() - Method in class biz.onixs.util.DynamicByteBuffer
 
hashCode() - Method in class biz.onixs.util.DynamicByteBuffer
 
hashCode() - Method in class biz.onixs.util.ScaledDecimal
 
hashCode() - Method in class biz.onixs.util.ValuePtr
 
hasRemaining() - Method in class biz.onixs.util.DynamicByteBuffer
 
HighResolutionTimestamp - Class in biz.onixs.util
High resolution timestamp containing timestamp with millisecond precision and high resolution component with picoseconds precision.
HighResolutionTimestamp() - Constructor for class biz.onixs.util.HighResolutionTimestamp
 
HOME_DIR_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
 
humanReadableByteCount(long) - Static method in class biz.onixs.util.Utils
Converts a bytes number to a human-readable string representation.

I

i(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
i2str(byte[], int, int) - Static method in class biz.onixs.util.Converter
Converts integer to string and places it into a byte buffer.
i2str(int) - Static method in class biz.onixs.util.Converter
Converts integer to string.
i2str(byte[], int) - Static method in class biz.onixs.util.Converter
Converts integer to string and places it into a byte buffer.
ignore(int, int) - Method in class biz.onixs.util.File
 
ignore(int) - Method in class biz.onixs.util.File
 
IMulticastReceiver - Interface in biz.onixs.util.network
 
incLength(int) - Method in class biz.onixs.util.ByteBuffer
Increases data size of byte buffer by the specified size.
IncludeCollateralIndicator - Enum in biz.onixs.cme.stp.handler
Indicates whether collateral should be returned in request result.
info(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
info(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
info(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
insert(ByteBuffer, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the content of the buffer at the specified position.
insert(char, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the char converted to byte at the specified position.
insert(byte, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the byte at the specified position.
insert(byte, int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the byte at the specified position and at specified times.
insert(long, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the long number converted to bytes at the specified position.
insert(String, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the string encoded to bytes at the specified position.
insert(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array at the specified position.
insert(byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array with length at the specified position.
insert(byte[], int, int, int) - Method in class biz.onixs.util.ByteBuffer
Inserts the bytes array from specified offset with length at the specified position.
InstrumentStream - Class in biz.onixs.cme.stp.handler
Information about reported stream.
InstrumentStream() - Constructor for class biz.onixs.cme.stp.handler.InstrumentStream
Default constructor.
InstrumentStreams() - Constructor for class biz.onixs.cme.stp.handler.ReportInstrument.InstrumentStreams
 
InstrumentStreams() - Constructor for class biz.onixs.cme.stp.handler.UnderlyingInstrument.InstrumentStreams
 
interrupt() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Interrupts aux thread.
INVALID_CPU_INDEX - Static variable in class biz.onixs.util.system.ThreadAffinity
 
isAbsolutePath(String) - Static method in class biz.onixs.util.File
 
isActive() - Method in class biz.onixs.util.Throttler
Checks if the throttler active.
isAvailable(String) - Method in class biz.onixs.util.url.AbstractResourceLoader
 
isAvailable(String) - Method in interface biz.onixs.util.url.ResourceLoader
Returns whether the resource specified by the name is available.
isBlocking() - Method in interface biz.onixs.util.network.Socket
Returns whether every I/O operation on this channel will block until it completes.
isClosed() - Method in interface biz.onixs.util.network.TcpConnection
Returns true if the connection is closed, false otherwise.
isDefined(String) - Method in class biz.onixs.util.settings.Settings
Returns true if a corresponding value for the specified key is found, false otherwise.
isDirect() - Method in class biz.onixs.util.DynamicByteBuffer
 
isDirectory(String) - Static method in class biz.onixs.util.Directory
Checks that the given file path represents a directory.
isEmpty() - Method in class biz.onixs.util.ValuePtr
Is value empty.
isEnabled() - Method in class biz.onixs.util.log.LatencyLogger
 
isExpired() - Method in class biz.onixs.cme.stp.handler.License
Returns whether license is expired.
isExpiredWithinDays(int) - Method in class biz.onixs.cme.stp.handler.License
Returns whether license is expiring within the specified number of days.
isQuiescent() - Method in class biz.onixs.util.network.ExternalService
 
isReadOnly() - Method in class biz.onixs.util.DynamicByteBuffer
 
isSenderStillInactive() - Method in interface biz.onixs.util.network.TcpConnection
Returns true if no data is sent and it remains inactive, false otherwise.
isSet() - Method in class biz.onixs.util.ValuePtr
Returns whether value pointer is set/defined.
isStringEmpty(String) - Static method in class biz.onixs.util.Utils
Checks if the given string is empty or null.

J

join(String, int, NetworkInterface, MulticastListener) - Method in interface biz.onixs.util.network.IMulticastReceiver
Short version of join with default buffer size
join(String, int, NetworkInterface, MulticastListener, int) - Method in interface biz.onixs.util.network.IMulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in interface biz.onixs.util.network.IMulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener) - Method in interface biz.onixs.util.network.IMulticastReceiver
Short version of join with default buffer size
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
 
join(String, int, NetworkInterface, MulticastListener) - Method in class biz.onixs.util.network.MulticastReceiver
Short version of join with default buffer size
join(String, int, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener, int) - Method in class biz.onixs.util.network.MulticastReceiver
Creates a feed and send a join request.
join(InetSocketAddress, NetworkInterface, MulticastListener) - Method in class biz.onixs.util.network.MulticastReceiver
Short version of join with default buffer size

K

KEY_STORE_TYPE - Static variable in class biz.onixs.util.network.SslContextFactory
 

L

Last() - Method in class biz.onixs.util.network.PortRange
Returns the last port number in the range.
LatencyLogger - Class in biz.onixs.util.log
 
LatencyLogger() - Constructor for class biz.onixs.util.log.LatencyLogger
 
Leg - Class in biz.onixs.cme.stp.handler
Information about leg.
Leg() - Constructor for class biz.onixs.cme.stp.handler.Leg
 
LegAlternativeID - Class in biz.onixs.cme.stp.handler
Information about leg alternative id.
LegAlternativeID() - Constructor for class biz.onixs.cme.stp.handler.LegAlternativeID
 
length() - Method in class biz.onixs.util.ByteBuffer
Returns size of data in the byte buffer.
length() - Method in class biz.onixs.util.File
 
License - Class in biz.onixs.cme.stp.handler
Base license implementation.
License() - Constructor for class biz.onixs.cme.stp.handler.License
 
License.Customer - Class in biz.onixs.cme.stp.handler
License customer.
License.Product - Class in biz.onixs.cme.stp.handler
Licensed product.
License.Type - Enum in biz.onixs.cme.stp.handler
License type.
LicenseException - Exception in biz.onixs.cme.stp.handler
 
LicenseException(String) - Constructor for exception biz.onixs.cme.stp.handler.LicenseException
Constructor.
LicenseException(String, Throwable) - Constructor for exception biz.onixs.cme.stp.handler.LicenseException
Constructor.
LicenseExpiredException - Exception in biz.onixs.cme.stp.handler
The exception that is thrown when found license is expired.
LicenseExpiredException(LocalDate) - Constructor for exception biz.onixs.cme.stp.handler.LicenseExpiredException
 
LicenseNotFoundException - Exception in biz.onixs.cme.stp.handler
The exception that is thrown when a license file not found.
LicenseNotFoundException(String) - Constructor for exception biz.onixs.cme.stp.handler.LicenseNotFoundException
Constructor.
LicenseNotFoundException(String, Throwable) - Constructor for exception biz.onixs.cme.stp.handler.LicenseNotFoundException
Constructor.
LightweightCondition - Class in biz.onixs.util.concurrent
Light weight conditions provide a means for one thread to suspend execution (to "wait") until notified by another thread that some state condition may now be true.
LightweightCondition() - Constructor for class biz.onixs.util.concurrent.LightweightCondition
 
LightweightSemaphore - Class in biz.onixs.util.concurrent
 
LightweightSemaphore() - Constructor for class biz.onixs.util.concurrent.LightweightSemaphore
 
limit() - Method in class biz.onixs.util.DynamicByteBuffer
 
limit(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
LiquidityFlag - Enum in biz.onixs.cme.stp.handler
Indicates if an order was submitted for market making obligation as required for MiFID.
load(String) - Method in class biz.onixs.util.ProductInfo
 
load() - Method in class biz.onixs.util.settings.FileBasedSettings
 
loadAsFile(String) - Method in class biz.onixs.util.settings.PropertyBasedSettings
Loads settings from the file system resource.
loadAsResource(String) - Method in class biz.onixs.util.settings.PropertyBasedSettings
Loads settings from the classpath resource.
log(long) - Method in class biz.onixs.util.log.LatencyLogger
 
Log - Class in biz.onixs.util.log
 
Log() - Constructor for class biz.onixs.util.log.Log
 
long2str(byte[], long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a byte buffer.
long2str(byte[], int, long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a byte buffer.
long2str(DynamicByteBuffer, long) - Static method in class biz.onixs.util.Converter
Converts long to string and places it into a ByteBuffer.

M

makeAcceptor(ExternalService) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new Acceptor object.
makeObject() - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
makeSocketConnector(String, int, long, TimeUnit, PortRange, SocketAddress, ProxySettings) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new SocketConnector object with the specified parameters.
makeTcpConnection(Socket, SSLEngine, ConnectionMode, ExternalService) - Method in class biz.onixs.util.network.NetworkFactory
Creates a new TcpConnection object with the specified parameters.
ManualOrderIndicator - Enum in biz.onixs.cme.stp.handler
Used to subscribe to tickets based on origination either from API or manually created trades.
ManualResetEvent - Class in biz.onixs.util.concurrent
 
ManualResetEvent(SingleConditionReentrantLock, boolean) - Constructor for class biz.onixs.util.concurrent.ManualResetEvent
 
mark() - Method in class biz.onixs.util.DynamicByteBuffer
 
MAX_LEN - Static variable in class biz.onixs.util.ScaledDecimal
String representation max length: sign + mantissa + exponent = 1 + 20 + 63.
MessageListener - Interface in biz.onixs.cme.stp.handler
Message listener.
MIN_CAPACITY - Static variable in class biz.onixs.util.ByteBuffer
 
MulticastFastThreadReceiver - Class in biz.onixs.util.network
According to Serge Matskov requirements, there is a "fast" version of MulticastThreadReceiver.
MulticastFastThreadReceiver() - Constructor for class biz.onixs.util.network.MulticastFastThreadReceiver
 
MulticastGroup - Class in biz.onixs.util.network
 
MulticastListener - Interface in biz.onixs.util.network
User classes must implement this interface to receive data from MulticastReceiver.
MulticastReceiver - Class in biz.onixs.util.network
 
MulticastReceiver() - Constructor for class biz.onixs.util.network.MulticastReceiver
 
MulticastThreadReceiver - Class in biz.onixs.util.network
 
MulticastThreadReceiver() - Constructor for class biz.onixs.util.network.MulticastThreadReceiver
Constructor.
MultiLegReportingType - Enum in biz.onixs.cme.stp.handler
Used to indicate what an Multi-leg Report represents (e.g.

N

N - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "N".
NetworkFactory - Class in biz.onixs.util.network
A factory class for creating network-related objects such as acceptors, socket connectors, and TCP connections.
NetworkFactory(int, long, boolean) - Constructor for class biz.onixs.util.network.NetworkFactory
Creates a new NetworkFactory with the specified number of threads, spinning timeout, and daemon thread flag for the services network-related object use.
NonDisclosedIndicator - Enum in biz.onixs.cme.stp.handler
Used to subscribe to tickets based on disclosed or non-disclosed status of the trade.
normalize() - Method in class biz.onixs.util.ScaledDecimal
Removes non-significant zeros from the scaled decimal.
normalize(int) - Method in class biz.onixs.util.ScaledDecimal
Normalize mantissa to the specified exponent.
NULL_LISTENER - Static variable in interface biz.onixs.util.network.Acceptor
This field represents a null implementation of the Acceptor.Listener interface.
NULL_LISTENER - Static variable in interface biz.onixs.util.network.SocketConnector
This field represents a dummy implementation of the SocketConnector.Listener interface.
NULL_LISTENER - Static variable in interface biz.onixs.util.network.TcpConnection
This field represents a dummy implementation of the TcpConnection.Listener interface.
NullResourceLoader - Class in biz.onixs.util.url
 
NullResourceLoader() - Constructor for class biz.onixs.util.url.NullResourceLoader
 

O

ObjectPool<T> - Interface in biz.onixs.util.pool
 
OffsetInstruction - Enum in biz.onixs.cme.stp.handler
Indicates offset or onset due to allocation.
onAccept(Socket, Object) - Method in interface biz.onixs.util.network.Acceptor.Listener
This method is called when a new connection is accepted.
onClose(MulticastGroup) - Method in interface biz.onixs.util.network.MulticastListener
onClose event happens when feed is closed, whatever it
onCollateralReportReceived(CollateralReportEventArgs) - Method in interface biz.onixs.cme.stp.handler.MessageListener
Raised when collateral report received.
onConnected(Socket) - Method in interface biz.onixs.util.network.SocketConnector.Listener
Called when a connection is successfully established.
ONE - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "1".
onEndOfQuery(TradeCaptureReportRequestEventArgs) - Method in interface biz.onixs.cme.stp.handler.MessageListener
Raised after last message in response to query received.
onError(ErrorEventArgs) - Method in interface biz.onixs.cme.stp.handler.ErrorListener
Raised when error event occurs.
onError(String) - Method in interface biz.onixs.util.network.Acceptor.Listener
This method is called when an error occurs while accepting another connection.
onError(SocketConnector.ErrorReason, Exception) - Method in interface biz.onixs.util.network.SocketConnector.Listener
Called when there is an error during the connection attempt.
onException(MulticastGroup, Exception) - Method in interface biz.onixs.util.network.MulticastListener
Is called in case of exception
onMessageReceived(FixmlMessageEventArgs) - Method in interface biz.onixs.cme.stp.handler.FixmlMessageListener
Raised when fixml message was received.
onMessageSent(FixmlMessageEventArgs) - Method in interface biz.onixs.cme.stp.handler.FixmlMessageListener
Raised when fixml message was sent to counterpart.
onReceive(byte[], int) - Method in class biz.onixs.util.network.MulticastGroup
Internal use only.
onReceive(MulticastGroup, byte[], int, int) - Method in interface biz.onixs.util.network.MulticastListener
is called on every received package
onReceived(ByteBuffer) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when data is received.
onReceiverStarted(Thread) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the receiver thread is started.
onReceiverStopping(TcpConnectionStopReason, String) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the receiving data is stopping.
onReceivingTimeout(long) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when a receiving timeout occurs.
onSenderStarted(Thread) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when the sender thread is started.
onSendingTimeout(long) - Method in interface biz.onixs.util.network.TcpConnection.Listener
This method is called when a sending timeout occurs.
onTradeCaptureReportReceived(TradeCaptureReportEventArgs) - Method in interface biz.onixs.cme.stp.handler.MessageListener
Raised when trade capture report received.
onTradeCaptureReportRequestAcknowledgmentReceived(TradeCaptureReportRequestAcknowledgmentEventArgs) - Method in interface biz.onixs.cme.stp.handler.MessageListener
Raised when trade capture report request acknowledgment received.
onTradeCaptureReportRequestSent(TradeCaptureReportRequestEventArgs) - Method in interface biz.onixs.cme.stp.handler.MessageListener
Raised when trade capture report request was sent to counterpart.
open(String, String) - Method in class biz.onixs.util.File
 
open() - Method in class biz.onixs.util.log.LatencyLogger
 
OptionExercise - Class in biz.onixs.cme.stp.handler
Information about option exercise.
OptionExercise() - Constructor for class biz.onixs.cme.stp.handler.OptionExercise
Default constructor.
OptionExerciseDate - Class in biz.onixs.cme.stp.handler
Information about option exercise date.
OptionExerciseDate() - Constructor for class biz.onixs.cme.stp.handler.OptionExerciseDate
Default constructor.
OptionExerciseTimeFrame - Enum in biz.onixs.cme.stp.handler
For Exercise/Assignment Transformation, this indicates whether or not the resulting Future was the result of an Early Exercise Instruction (Prior to Settlement Date).
order() - Method in class biz.onixs.util.DynamicByteBuffer
 
order(ByteOrder) - Method in class biz.onixs.util.DynamicByteBuffer
 
OriginalTimeUnit - Enum in biz.onixs.cme.stp.handler
Represents different time units that can be used as an original time reference.
overwrite(ByteBuffer) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(byte[], int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(int, byte[], int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.
overwrite(int, byte[], int, int) - Method in class biz.onixs.util.ByteBuffer
Overwrites data.

P

PACKET_MAXSIZE - Static variable in class biz.onixs.util.network.MulticastReceiver
 
parse(byte[], int, int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Parses timestamp from byte array.
Parties() - Constructor for class biz.onixs.cme.stp.handler.ReportSide.Parties
 
Parties() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReportRequest.Parties
 
Party - Class in biz.onixs.cme.stp.handler
Repeating block of Parties identifying information (e.g., Broker Code)
Party() - Constructor for class biz.onixs.cme.stp.handler.Party
Default constructor.
Party.PartySubIDs - Class in biz.onixs.cme.stp.handler
List of party sub identifiers
PartyIDSource - Enum in biz.onixs.cme.stp.handler
Used to identify the source of the Party.
PartyRole - Enum in biz.onixs.cme.stp.handler
Identifies the type or role of the PartyID specified.
PartySubID - Class in biz.onixs.cme.stp.handler
Party Sub ID
PartySubID() - Constructor for class biz.onixs.cme.stp.handler.PartySubID
 
PartySubIDs() - Constructor for class biz.onixs.cme.stp.handler.Party.PartySubIDs
 
PartySubIDType - Enum in biz.onixs.cme.stp.handler
Identifies the type of the PartySubID specified.
passivateObject(T) - Method in interface biz.onixs.util.pool.PoolableObjectFactory
 
path() - Method in class biz.onixs.util.File
 
Payment - Class in biz.onixs.cme.stp.handler
Information about the premium for commodity swaptions.
Payment() - Constructor for class biz.onixs.cme.stp.handler.Payment
Default constructor.
PaymentDates - Class in biz.onixs.cme.stp.handler
Payment Stream Payment Dates.
PaymentDates() - Constructor for class biz.onixs.cme.stp.handler.PaymentDates
Default constructor.
Payments() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.Payments
 
PaymentStream - Class in biz.onixs.cme.stp.handler
A subcomponent of the Stream; details the attributes of a payment stream in a swap.
PaymentStream() - Constructor for class biz.onixs.cme.stp.handler.PaymentStream
Default constructor.
PaymentType - Enum in biz.onixs.cme.stp.handler
Type of payment.
Pool<T> - Class in biz.onixs.util.pool
 
Pool(PoolableObjectFactory<T>) - Constructor for class biz.onixs.util.pool.Pool
 
PoolableObjectFactory<T> - Interface in biz.onixs.util.pool
 
PortRange - Class in biz.onixs.util.network
An immutable range of port numbers, represented from first to last port numbers.
PortRange() - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports, where first and last port numbers are equal to 0.
PortRange(int) - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports with a single element, where first and last port numbers are equal to specified number.
PortRange(int, int) - Constructor for class biz.onixs.util.network.PortRange
Constructs range of ports with specified first and last port numbers.
position() - Method in class biz.onixs.util.DynamicByteBuffer
 
position(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
PositionAmountData - Class in biz.onixs.cme.stp.handler
Information about position amount.
PositionAmountData() - Constructor for class biz.onixs.cme.stp.handler.PositionAmountData
 
PositionAmountDatas() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.PositionAmountDatas
 
PositionAmountDatas() - Constructor for class biz.onixs.cme.stp.handler.TradeLeg.PositionAmountDatas
 
PositionAmountType - Enum in biz.onixs.cme.stp.handler
Represents Residual Price of Average Price System (APS) transactions.
PostTradeType - Enum in biz.onixs.cme.stp.handler
Identifies the type of ticket.
PrecisionTimer - Class in biz.onixs.util
PrecisionTimer for measuring small time periods to estimate performance.
PrecisionTimer() - Constructor for class biz.onixs.util.PrecisionTimer
 
PriceSubType - Enum in biz.onixs.cme.stp.handler
This is a further qualification of the Price Type, and determines whether this is an initial (preliminary) or final price.
PriceType - Enum in biz.onixs.cme.stp.handler
Settlement Price indicator for TAS, EFM and EFP’s priced off settlement.
Product - Enum in biz.onixs.cme.stp.handler
Enables the user to filter trades based on a specific product.
ProductInfo - Class in biz.onixs.util
 
ProductInfo() - Constructor for class biz.onixs.util.ProductInfo
 
PropertyBasedSettings - Class in biz.onixs.util.settings
The Settings implementation backed with the Properties class.
PropertyBasedSettings() - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(Properties) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String...) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
PropertyBasedSettings(String, boolean) - Constructor for class biz.onixs.util.settings.PropertyBasedSettings
Constructor.
ProxySettings - Class in biz.onixs.util.network
This class represents the settings for a proxy server, including the host, port, username, and password.
ProxySettings(ProxySettings.Type, String, int, String, String) - Constructor for class biz.onixs.util.network.ProxySettings
Constructs a ProxySettings object with the specified proxy host, port, username, and password.
ProxySettings.Type - Enum in biz.onixs.util.network
Enumeration representing proxy types: HTTP and SOCKS.
put(byte) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(byte[]) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(byte[], int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(ByteBuffer) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(DynamicByteBuffer) - Method in class biz.onixs.util.DynamicByteBuffer
 
put(int, byte) - Method in class biz.onixs.util.DynamicByteBuffer
 
putChar(char) - Method in class biz.onixs.util.DynamicByteBuffer
 
putChar(int, char) - Method in class biz.onixs.util.DynamicByteBuffer
 
putCheckSum(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putDouble(double) - Method in class biz.onixs.util.DynamicByteBuffer
 
putDouble(int, double) - Method in class biz.onixs.util.DynamicByteBuffer
 
putFloat(float) - Method in class biz.onixs.util.DynamicByteBuffer
 
putFloat(int, float) - Method in class biz.onixs.util.DynamicByteBuffer
 
putInt(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putInt(int, int) - Method in class biz.onixs.util.DynamicByteBuffer
 
putLong(int, long) - Method in class biz.onixs.util.DynamicByteBuffer
 
putLong(long) - Method in class biz.onixs.util.DynamicByteBuffer
 
PutOrCall - Enum in biz.onixs.cme.stp.handler
Indicates whether an option contract is a put or call.
putShort(int, short) - Method in class biz.onixs.util.DynamicByteBuffer
 
putShort(short) - Method in class biz.onixs.util.DynamicByteBuffer
 

Q

QtyType - Enum in biz.onixs.cme.stp.handler
Type of quantity specified in a quantity field
query(TradeCaptureReportRequest) - Method in class biz.onixs.cme.stp.handler.Session
Query request to retrieve the current status of trades.

R

read(byte[], int) - Method in class biz.onixs.util.File
 
read(ByteBuffer) - Method in interface biz.onixs.util.network.Socket
Reads a sequence of bytes into the given buffer.
registerErrorListener(ErrorListener) - Method in class biz.onixs.cme.stp.handler.Session
Register listener of error event.
registerFixmlMessageListener(FixmlMessageListener) - Method in class biz.onixs.cme.stp.handler.Session
Register listener of FIXML message events.
registerMessageListener(MessageListener) - Method in class biz.onixs.cme.stp.handler.Session
Register listener of message events.
RegulatoryTradeIdentifier - Class in biz.onixs.cme.stp.handler
Information about regulatory trade identifier.
RegulatoryTradeIdentifier() - Constructor for class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
Default constructor.
RegulatoryTradeIDEvent - Enum in biz.onixs.cme.stp.handler
Event causing origination of the ID.
RegulatoryTradeIDType - Enum in biz.onixs.cme.stp.handler
Position of ID in trade hierarchy.
RelatedInstrument - Class in biz.onixs.cme.stp.handler
Information about related instrument.
RelatedInstrument() - Constructor for class biz.onixs.cme.stp.handler.RelatedInstrument
Default constructor.
RelatedSecurityType - Enum in biz.onixs.cme.stp.handler
Related security type.
RelatedTrade - Class in biz.onixs.cme.stp.handler
Information about related trades.
RelatedTrade() - Constructor for class biz.onixs.cme.stp.handler.RelatedTrade
Default constructor.
RelatedTradeIDSource - Enum in biz.onixs.cme.stp.handler
Describes the source of the identifier that RelatedTradeID represents
RelatedTrades() - Constructor for class biz.onixs.cme.stp.handler.ReportSide.RelatedTrades
 
release() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
remaining() - Method in class biz.onixs.util.DynamicByteBuffer
 
remove(String) - Static method in class biz.onixs.util.File
 
removeListeningPort(int) - Method in interface biz.onixs.util.network.Acceptor
Removes the server-socket corresponding to the port number.
rename(String, String) - Static method in class biz.onixs.util.File
 
ReportAlternateID - Class in biz.onixs.cme.stp.handler
Information about reported instrument.
ReportAlternateID() - Constructor for class biz.onixs.cme.stp.handler.ReportAlternateID
 
ReportAlternateIDs() - Constructor for class biz.onixs.cme.stp.handler.ReportInstrument.ReportAlternateIDs
 
ReportInstrument - Class in biz.onixs.cme.stp.handler
Information about reported instrument.
ReportInstrument() - Constructor for class biz.onixs.cme.stp.handler.ReportInstrument
Default constructor.
ReportInstrument.InstrumentStreams - Class in biz.onixs.cme.stp.handler
 
ReportInstrument.ReportAlternateIDs - Class in biz.onixs.cme.stp.handler
Encapsulates list of ReportAlternateIDs
ReportSide - Class in biz.onixs.cme.stp.handler
Information about sides.
ReportSide() - Constructor for class biz.onixs.cme.stp.handler.ReportSide
Default constructor.
ReportSide.CommissionDatas - Class in biz.onixs.cme.stp.handler
Encapsulates the list of CommissionData
ReportSide.Parties - Class in biz.onixs.cme.stp.handler
Encapsulates the list of Parties
ReportSide.RelatedTrades - Class in biz.onixs.cme.stp.handler
Encapsulates the list of RelatedTrades
ReportSide.SideRegulatoryTrades - Class in biz.onixs.cme.stp.handler
Encapsulates the list of SideRegulatoryTrades
ReportSide.TradeTimeStamps - Class in biz.onixs.cme.stp.handler
Encapsulates the list of TradeTimeStamps
ReportSides() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.ReportSides
 
RequestInstrument - Class in biz.onixs.cme.stp.handler
Requested instrument description.
RequestInstrument() - Constructor for class biz.onixs.cme.stp.handler.RequestInstrument
Default constructor.
RequestNotFoundException - Exception in biz.onixs.cme.stp.handler
This exception was thrown if request cannot be found by request ID taken from received response.
RequestNotFoundException() - Constructor for exception biz.onixs.cme.stp.handler.RequestNotFoundException
Initializes a new instance of the Exception class.
RequestNotFoundException(String) - Constructor for exception biz.onixs.cme.stp.handler.RequestNotFoundException
Initializes a new instance of the Exception class with a specified error message.
RequestNotFoundException(String, RuntimeException) - Constructor for exception biz.onixs.cme.stp.handler.RequestNotFoundException
Initializes a new instance of the Exception class with a specified error message and inner exception.
RequestParty - Class in biz.onixs.cme.stp.handler
Requested party description.
RequestParty() - Constructor for class biz.onixs.cme.stp.handler.RequestParty
Default constructor.
RequestParty(String, PartyRole) - Constructor for class biz.onixs.cme.stp.handler.RequestParty
Constructor.
reserve(int) - Method in class biz.onixs.util.ByteBuffer
Ensures the specified capacity is reserved.
reserveSpace(int) - Method in class biz.onixs.util.ByteBuffer
Reserves additional space in the storage.
reset() - Method in class biz.onixs.util.DynamicByteBuffer
 
reset() - Method in class biz.onixs.util.PrecisionTimer
 
reset(int, long) - Method in class biz.onixs.util.Throttler
Resets the throttler.
reset() - Method in class biz.onixs.util.Throttler
Deactivates the throttler.
reset() - Method in class biz.onixs.util.ValuePtr
Resets value pointer to the undefined state.
resize(int) - Method in class biz.onixs.util.ByteBuffer
Resizes data size in byte buffer.
ResourceLoader - Interface in biz.onixs.util.url
Resource loader.
ResourceLoaderUtil - Class in biz.onixs.util.url
 
RestructuringType - Enum in biz.onixs.cme.stp.handler
A category of CDS credit event in which the underlying bond experiences a restructuring.
returnObject(T) - Method in interface biz.onixs.util.pool.ObjectPool
 
returnObject(T) - Method in class biz.onixs.util.pool.Pool
 
returnObjects(Collection<T>) - Method in interface biz.onixs.util.pool.ObjectPool
 
returnObjects(Collection<T>) - Method in class biz.onixs.util.pool.Pool
 
reverse() - Method in class biz.onixs.util.ByteBuffer
Reverses data in the byte buffer.
reverse(int) - Method in class biz.onixs.util.ByteBuffer
Reverses data in byte buffer from the specified start index.
reverse(int, int) - Method in class biz.onixs.util.ByteBuffer
Reverses the specified range of data in byte buffer.
rewind() - Method in class biz.onixs.util.DynamicByteBuffer
 
RootParties() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.RootParties
 
RootParty - Class in biz.onixs.cme.stp.handler
Repeating block of Parties identifying information (e.g., Broker Code)
RootParty() - Constructor for class biz.onixs.cme.stp.handler.RootParty
Default constructor.
RootPartyIDSource - Enum in biz.onixs.cme.stp.handler
Used to identify the source of the Party.
run() - Method in class biz.onixs.util.network.ExternalService
 

S

ScaledDecimal - Class in biz.onixs.util
Decimal number as an exponent and a mantissa.
ScaledDecimal(long, int) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(String) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(BigDecimal) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal(byte[], int, int) - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
ScaledDecimal() - Constructor for class biz.onixs.util.ScaledDecimal
Constructor.
SecurityIDSource - Enum in biz.onixs.cme.stp.handler
Source of alternate ID.
SecurityType - Enum in biz.onixs.cme.stp.handler
Indicates type of security.
seek(long) - Method in class biz.onixs.util.File
 
seek(long, int) - Method in class biz.onixs.util.File
 
SEEK_CUR - Static variable in class biz.onixs.util.File
 
SEEK_END - Static variable in class biz.onixs.util.File
 
SEEK_SET - Static variable in class biz.onixs.util.File
 
send(ByteBuffer) - Method in interface biz.onixs.util.network.TcpConnection
Sends the given ByteBuffer through the connection.
Session - Class in biz.onixs.cme.stp.handler
Session is main class for CME STP connection.
Session(URL, String, String, String) - Constructor for class biz.onixs.cme.stp.handler.Session
Session constructor.
Session(URL, String, String, String, int) - Constructor for class biz.onixs.cme.stp.handler.Session
Session constructor.
Session(URL, String, String, String, String) - Constructor for class biz.onixs.cme.stp.handler.Session
Session constructor.
Session(URL, String, String, String, int, String) - Constructor for class biz.onixs.cme.stp.handler.Session
Session constructor.
set(BigDecimal) - Method in class biz.onixs.util.ScaledDecimal
Sets from big decimal representation.
set(String) - Method in class biz.onixs.util.ScaledDecimal
Sets from string representation.
set(byte[], int, int) - Method in class biz.onixs.util.ScaledDecimal
Sets from byte array.
set(byte[], int, int) - Method in class biz.onixs.util.ValuePtr
Sets value pointer.
setAccruedInterestAmount(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the amount of Accrued Interest for convertible bonds and fixed income.
setAccruedInterestRate(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportSide
The amount the buyer compensates the seller for the portion of the next coupon interest payment the seller has earned but will not receive from the issuer because the issuer will send the next coupon payment to the buyer.
setAffinity(int[]) - Static method in class biz.onixs.util.system.ThreadAffinity
Sets the thread affinity for the current thread.
setAggressorIndicator(boolean) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setAllocationIndicator(AllocationIndicator) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setAlternateID(String) - Method in class biz.onixs.cme.stp.handler.ReportAlternateID
 
setAlternateIDSource(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.ReportAlternateID
 
setAlternatePrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setAveragePrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setAveragePricingIndicator(AveragePricingIndicator) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setBacklog(int) - Method in interface biz.onixs.util.network.Acceptor
Sets the maximum number of pending connections on listen ports.
setBaseName(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setBlockID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setBlocking(boolean) - Method in interface biz.onixs.util.network.Socket
Sets whether every I/O operation on this channel will block until it completes.
setBoolean(String, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setBoolean(String, boolean, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setCalculationCurrencyLastQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used in calculating the quantity of the other side of the currency trade.
setCfiCode(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Sets the type of security using ISO 10962 standard, Classification of Financial Instruments (CFI code) values (tag # 461).
setClearedIndicator(ClearedIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setClearingBusinessDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the "Clearing Business Date" referred to by this maintenance request.
setClearingBusinessDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setClearingBusinessDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
To request trades for a specific clearing business date.
setClearingIntention(ClearingIntention) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setClearingRequirementException(ClearingRequirementException) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setClearingTransformationType(ClearingTransformationType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Indicates the type of Clearing Transformation that generated this Trade.
setClientOrderID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setClientOrderID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Only provided on tickets resulting from an API Order, this is the ClOrdId from the order.
setClientOrderID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setClientOrderID2(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setCollateralAllocationID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets globally unique identifier of the collateral allocation.
setCollateralAllocationNumber(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets human-readable identifier for the collateral allocation.
setCollateralReportID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets Collateral Report Identifier.
setCollateralReportTransactionType(CollateralReportTransactionType) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the transaction type of the Collateral Report.
setCollateralRequestID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets Collateral Request Identifier.
setCollateralStatus(CollateralStatus) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the collateral status.
setCommissionAdjustedPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CommissionData
Commission adjusted price.
setCommissionAmount(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CommissionData
The total commission amount.
setCommissionAmountType(CommissionAmountType) - Method in class biz.onixs.cme.stp.handler.CommissionData
Type of Commission.
setCommissionBasis(CommissionBasis) - Method in class biz.onixs.cme.stp.handler.CommissionData
Indicates the method used to calculate broker fees.
setCommissionCurrency(String) - Method in class biz.onixs.cme.stp.handler.CommissionData
Currency of broker fees.
setCommissionLegRefID(String) - Method in class biz.onixs.cme.stp.handler.CommissionData
Trade leg identifier.
setCommissionRate(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CommissionData
Rate used to calculate broker fees.
setCommissionUnitOfMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.CommissionData
Unit of measure for computing the broker fees.
setCommissionUnitOfMeasureCurrency(String) - Method in class biz.onixs.cme.stp.handler.CommissionData
Unit of measure currency for computing the broker fees.
setCompressionGroupID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
Identifies all trades in a netting or compression group, including both terminating trades and any remnant trades that result from the operation
setConfirmHubTradeType(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setContraryInstructionIndicator(boolean) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used to indicate when a contrary instruction for exercise or abandonment is being submitted.
setCurrency(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setCurrency(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
Sets the currency used for price.
setCustomerCapacity(CustomerCapacity) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setCustomerOrderHandlingInstruction(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setDataRepositoryID(String) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
setDealID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setDealSpread(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.Yield
 
setDeliveryStreamDeliveryPoint(String) - Method in class biz.onixs.cme.stp.handler.DeliveryStream
The point at which the commodity product will be delivered and received.
setDeliveryStreamDeliveryRestriction(DeliveryRestriction) - Method in class biz.onixs.cme.stp.handler.DeliveryStream
 
setDifferentialPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setDifferentialPriceType(DifferentialPriceType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setDirectory(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setDirtyPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the dirty price.
setEnabled(boolean) - Method in class biz.onixs.util.log.LatencyLogger
 
setEndCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Ending dirty cash consideration of a financing deal.
setEndCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setEndDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.FinancingDetails
 
setEndTime(ZonedDateTime) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets the ending time of the query.
setEventDateType(EventDateType) - Method in class biz.onixs.cme.stp.handler.Event
 
setEventDateValue(LocalDate) - Method in class biz.onixs.cme.stp.handler.Event
 
setExecID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Sets exchanged assigned Execution ID (Trade Identifier).
setExecID2(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setExecutionMethod(ExecutionMethod) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setExerciseStyle(ExerciseStyle) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setExpandFactor(int) - Method in class biz.onixs.util.DynamicByteBuffer
 
setExponent(int) - Method in class biz.onixs.util.ScaledDecimal
Method that sets the value of the exponent part of the scaled decimal.
setFacilityType(String) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
setFeeMultiplier(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setFeeQuantityThresholdIndicator(FeeQuantityThresholdIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setFundDesignation(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setFXCurrencySymbol(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setGuid(String) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
setGuid(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setIncludeCollateralIndicator(IncludeCollateralIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Gets indicator if collateral should be returned in request result.
setInteger(String, int) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setInteger(String, int, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setLastMkt(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the market of execution for last fill, or an indication of the market where an order was routed.
setLastMkt(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setLastPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Sets Overall Trade Price per contract for regular cleared trades.
setLastQty(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Sets Total Quantity based on user permissible allocation quantity.
setLastUpdateTime(HighResolutionTimestamp) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the timestamp of last update to data item (or creation if no updates made since creation).
setLastUpdateTime(HighResolutionTimestamp) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setLastUpdateTime(ZonedDateTime) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Date/time which subscription should start pull data from.
setLegAlternatePrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
setLegCFI(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegContractMultiplier(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegDifferentialPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
setLegDifferentialPriceType(DifferentialPriceType) - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
setLegInstrumentGuid(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegLastPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets the trade price assigned to the leg.
setLegMaturity(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegMaturityDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegNumber(int) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets the number identifying the leg within a strategy or spread.
setLegOrderQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets the ordered quantity of this leg.
setLegOriginalTimeUnit(OriginalTimeUnit) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets the Time Unit for this leg of the original trade, e.g.
setLegPriceSubType(PriceSubType) - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
setLegPriceType(PriceType) - Method in class biz.onixs.cme.stp.handler.TradeLeg
 
setLegProductCode(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegPutOrCall(PutOrCall) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets the actual quantity of the leg as it participated in the spread trade.
setLegReferenceID(String) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
When reporting the USI or UTI of a spread or strategy, this gets the leg number that the USI or UTI references, as communicated in the LegNo field.
setLegReferenceID(String) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets a unique trade ID generated by the clearing system for this leg.
setLegReportID(String) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Sets the report ID for the leg as generated by the clearing system.
setLegSecurityAltID(String) - Method in class biz.onixs.cme.stp.handler.LegAlternativeID
 
setLegSecurityAltIDSource(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.LegAlternativeID
 
setLegSecurityExchange(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSecurityIDSource(PartyIDSource) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSecurityLongName(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSecuritySubType(String) - Method in class biz.onixs.cme.stp.handler.Leg
Sets SecuritySubType of the leg instrument.See SecuritySubType (762) field for description.
setLegSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSettlementMethod(SettlementMethod) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSide(Side) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegStrikePrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegSymbol(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegTradingQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeLeg
Gets leg quantity per Original Time Unit as submitted on a CME ClearPort API trade report when a product has multiple time units, or, Product Variable Quantity Unit (VQU) is not 'S' (standard), and the product subtype (Monthly, daily, weekly) is not equal to the time unit entered for the trade.
setLegUnitOfMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegUnitOfMeasureCurrency(String) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLegUnitOfMeasureQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.Leg
 
setLicenseDirectory(String) - Static method in class biz.onixs.cme.stp.handler.Session
Sets path to directory where license file is located.
setLicenseFile(String) - Static method in class biz.onixs.cme.stp.handler.Session
Sets license file name or absolute path to license.
setLiquidityFlag(LiquidityFlag) - Method in class biz.onixs.cme.stp.handler.ReportSide
Indicates if an order was submitted for market making obligation as required for MiFID.
setListener(Acceptor.Listener) - Method in interface biz.onixs.util.network.Acceptor
Sets the listener which will be called in case there is a new connection accepted on a listening port.
setListener(SocketConnector.Listener) - Method in interface biz.onixs.util.network.SocketConnector
Sets the listener for this socket connector.
setListener(TcpConnection.Listener) - Method in interface biz.onixs.util.network.TcpConnection
Sets the listener to listen for events.
setLocalDateTime(LocalDateTime) - Method in class biz.onixs.util.HighResolutionTimestamp
Sets timestamp without high resolution component of the high resolution timestamp.
setLong(String, long, boolean) - Method in class biz.onixs.util.settings.FileBasedSettings
 
setLong(String, long) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setLong(String, long, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setMantissa(long) - Method in class biz.onixs.util.ScaledDecimal
Method that sets the value of the mantissa part of the scaled decimal.
setManualOrderIndicator(boolean) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setManualOrderIndicator(ManualOrderIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to tickets based on origination either from API or manually created trades.
setMarketDataTradeEntryID(int) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Unique Trade Identifier that will match to a CME Globex order execution, associated market data message and STP messaging.
setMaturityDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setMaturityMonthYear(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Format: YYYYMM (i.e.
setMaximumCollateralCount(int) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the maximum number of different securities that can be allocated to the trade.
setMDStreamID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setMemo(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the free format text field.
setMemoField(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setMultiLegReportingType(MultiLegReportingType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets what a Multi-leg Report represents (e.g.
setMultiLegReportingType(MultiLegReportingType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Sets if trades are to be returned for the individual legs of a multi-leg instrument (2) or for the overall instrument (3).
setNextCouponDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setNonDisclosedIndicator(boolean) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Set flag indicating if this was a non-disclosed trade.
setNonDisclosedIndicator(NonDisclosedIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to tickets based on disclosed or non-disclosed status of the trade.
setOffsetInstruction(OffsetInstruction) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setOption(SocketOption<T>, T) - Method in interface biz.onixs.util.network.Socket
Sets the value of the socket option (e.g.
setOptionExerciseFrequencyPeriod(int) - Method in class biz.onixs.cme.stp.handler.OptionExerciseDate
 
setOptionExerciseFrequencyUnit(OriginalTimeUnit) - Method in class biz.onixs.cme.stp.handler.OptionExerciseDate
 
setOptionExerciseTimeFrame(OptionExerciseTimeFrame) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For Exercise/Assignment Transformation, this indicates whether or not the resulting Future was the result of an Early Exercise Instruction (Prior to Settlement Date).
setOrderID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setOrderID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For Globex, this is the iLink OrderID.
setOriginalCollateralAllocationID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
In a substitution, this is the CollID of the allocation that was substituted.
setOriginalCollateralAllocationNumber(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
In a substitution, this is the CollNo of the allocation that was substituted.
setOriginalTimeUnit(OriginalTimeUnit) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setPackageID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setPartyID(String) - Method in class biz.onixs.cme.stp.handler.Party
 
setPartyID(String) - Method in class biz.onixs.cme.stp.handler.PartySubID
 
setPartyID(String) - Method in class biz.onixs.cme.stp.handler.RequestParty
Sets party identifier/code.
setPartyID(String) - Method in class biz.onixs.cme.stp.handler.RootParty
 
setPartyIDSource(PartyIDSource) - Method in class biz.onixs.cme.stp.handler.Party
 
setPartyIDSource(RootPartyIDSource) - Method in class biz.onixs.cme.stp.handler.RootParty
 
setPartyRole(PartyRole) - Method in class biz.onixs.cme.stp.handler.Party
 
setPartyRole(PartyRole) - Method in class biz.onixs.cme.stp.handler.RequestParty
Sets the type or role of the PartyID specified.
setPartyRole(PartyRole) - Method in class biz.onixs.cme.stp.handler.RootParty
 
setPartySubIDType(PartySubIDType) - Method in class biz.onixs.cme.stp.handler.PartySubID
 
setPaymentAmount(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPaymentAmount(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setPaymentCurrency(String) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPaymentDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPaymentPaySide(Side) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPaymentReceiveSide(Side) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPaymentStreamPaymentFrequencyPeriod(int) - Method in class biz.onixs.cme.stp.handler.PaymentDates
 
setPaymentStreamPaymentFrequencyUnit(FrequencyUnit) - Method in class biz.onixs.cme.stp.handler.PaymentDates
 
setPaymentStreamRate(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.FixedPaymentStream
 
setPaymentStreamRateIndex(String) - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
setPaymentStreamRateIndexLocation(String) - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
setPaymentStreamRateMultiplier(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
setPaymentStreamRateOrAmountCurrency(String) - Method in class biz.onixs.cme.stp.handler.FixedPaymentStream
 
setPaymentStreamRateSpread(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.FloatPaymentStream
 
setPaymentType(PaymentType) - Method in class biz.onixs.cme.stp.handler.Payment
 
setPerformancePreferences(int, int, int) - Method in interface biz.onixs.util.network.Socket
Sets the performance preferences for this socket.
setPicoSecond(long) - Method in class biz.onixs.util.HighResolutionTimestamp
Sets picosecond component of the high resolution timestamp.
setPositionAmount(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.PositionAmountData
 
setPositionAmountType(PositionAmountType) - Method in class biz.onixs.cme.stp.handler.PositionAmountData
Gets Residual Price of Average Price System (APS) transactions.
setPositionCurrency(String) - Method in class biz.onixs.cme.stp.handler.PositionAmountData
 
setPostTradeType(PostTradeType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Identifies the type of ticket.
setPostTradeType(PostTradeType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to filter for / subscribe to tickets based on the ticket type.
setPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the price per unit of quantity (e.g.
setPriceMultiplier(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setPriceQuoteCurrency(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setPriceType(PriceType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setPriceUnitofMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Used to express the UOM of the price if different from the contract.
setPriceUnitOfMeasureCurrency(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Sets 3 character ISO code of the base currency.
setProduct(Product) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setProduct(Product) - Method in class biz.onixs.cme.stp.handler.RequestInstrument
Enables the user to filter trades based on a specific product.
setPutOrCall(PutOrCall) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setQtyType(QtyType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets type of quantity specified in a quantity field.
setQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the overall/total quantity (e.g.
setReceiverSpinningTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the receiving data spinning timeout.
setReceiverThreadName(String) - Method in interface biz.onixs.util.network.TcpConnection
Sets the name for the receiver thread if the connection use ConnectionMode.DEDICATED_THREADS mode.
setReceiverTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the timeout for the receiving data.
setRegulatoryTradeID(String) - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
setRegulatoryTradeIDEvent(RegulatoryTradeIDEvent) - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
setRegulatoryTradeIDSource(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
setRegulatoryTradeIDType(RegulatoryTradeIDType) - Method in class biz.onixs.cme.stp.handler.RegulatoryTradeIdentifier
 
setRelatedSecurityGuid(String) - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
setRelatedSecurityID(String) - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
setRelatedSecurityIDSource(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
setRelatedSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
setRelatedSymbol(String) - Method in class biz.onixs.cme.stp.handler.RelatedInstrument
 
setRelatedTradeID(String) - Method in class biz.onixs.cme.stp.handler.RelatedTrade
 
setRelatedTradeIDSource(RelatedTradeIDSource) - Method in class biz.onixs.cme.stp.handler.RelatedTrade
 
setRestructuringType(RestructuringType) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
A category of CDS credit event in which the underlying bond experiences a restructuring.
setSecondaryAllocationGroupID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
Sets clearing assigned identifier used for the allocation group.
setSecondaryTradeID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Used to carry an internal trade entity ID which may or may not be reported to the firm.
setSecurityDescription(String) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Can be used to provide an optional textual description for a financial.
setSecurityDescription(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSecurityExchange(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSecurityExchange(String) - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
setSecurityID(String) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
setSecurityID(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSecurityID(String) - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
setSecurityIDSource(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
 
setSecuritySubtype(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Indicates type of security.
setSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.RequestInstrument
 
setSecurityXML(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSenderCompID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets value used to identify customer firm sending message.
setSenderCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setSenderCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setSenderCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Sets the value used to identify the customer firm sending the message.
setSenderSpinningTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the sending data spinning timeout.
setSenderSubID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
CME assigned user role used to identify specific role (traderadmin or clearingadmin).
setSenderSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets the CME assigned user role used to identify specific role (traderadmin or clearingadmin).
setSenderSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setSenderSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Sets the CME-assigned user role used to identify a specific role (traderadmin or clearingadmin).
setSenderTimeout(long, TimeUnit) - Method in interface biz.onixs.util.network.TcpConnection
Sets the timeout for the sending data.
setSendQueueMaxSize(int) - Method in interface biz.onixs.util.network.TcpConnection
Sets the maximum size for the send queue.
setSettlCurrency(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setSettlDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Specific date of trade settlement (SettlementDate) in YYYYMMDD format.
setSettlementMethod(SettlementMethod) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSettlementTradeID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the trade identifier as assigned by BrokerTec Clearing.
setSettlementTradeID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setSettlType(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Sets settlement Type of trade.
setSide(Side) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the side of order.
setSide(Side) - Method in class biz.onixs.cme.stp.handler.ReportSide
Sets the side of the order
setSideOrigTradeID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
Used to capture the original trade id for each side of a trade undergoing novation to a standardized model.
setSourceOfTheProductCode(SecurityIDSource) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSplitIndicator(SplitIndicator) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setSpotDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
For FXNDF, the associated SPOT settlement date.
setStartCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Starting dirty cash consideration of a financing deal, i.e.
setStartCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setStartDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.FinancingDetails
 
setStartTime(ZonedDateTime) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Sets the starting time of the subscription or query.
setStrategyLinkID(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setStreamAssetAttributeType(String) - Method in class biz.onixs.cme.stp.handler.AssetAttribute
 
setStreamAssetAttributeValue(String) - Method in class biz.onixs.cme.stp.handler.AssetAttribute
 
setStreamCommodityBase(String) - Method in class biz.onixs.cme.stp.handler.Commodity
 
setStreamCommodityDesc(String) - Method in class biz.onixs.cme.stp.handler.Commodity
 
setStreamCommoditySettlementFlowType(SettlementFlowType) - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
 
setStreamCommoditySettlementHolidaysProcessingInstruction(SettlementHolidaysProcessingInstruction) - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
Indicates whether holidays are included in the settlement periods.
setStreamCommoditySettlementTimezone(String) - Method in class biz.onixs.cme.stp.handler.SettlementPeriod
 
setStreamNotional(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamNotionalFrequencyPeriod(int) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamNotionalFrequencyUnit(OriginalTimeUnit) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamNotionalUnitOfMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamPaySide(Side) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamReceiveSide(Side) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamTotalNotional(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamTotalNotionalUnitOfMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStreamType(StreamType) - Method in class biz.onixs.cme.stp.handler.InstrumentStream
 
setStrikeIndex(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setStrikeIndexLocation(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setStrikeMultiplier(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Used for derivatives.
setStrikePrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setString(String, String) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setString(String, String, boolean) - Method in class biz.onixs.util.settings.Settings
Sets the value corresponding to the given key.
setSubscriptionRequestType(SubscriptionRequestType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Sets Subscription Request Type Supported Values:
setSubscriptionRequestType(SubscriptionRequestType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets Subscription Request Type
setSubstitutionIndicator(SubstitutionIndicator) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Indicates the status of the substitution.
setSubstitutionsRemaining(int) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the number of remaining rights of substitution.
setSuffix(String) - Method in class biz.onixs.util.log.LatencyLogger
 
setSymbol(String) - Method in class biz.onixs.cme.stp.handler.CollateralInstrument
Ticker symbol.
setSymbol(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setSymbol(String) - Method in class biz.onixs.cme.stp.handler.RequestInstrument
Sets the ticker symbol.
setTargetCompID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the entity to whom the message is being sent.
setTargetCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTargetCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setTargetCompID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Sets the entity to whom the message is being sent.
setTargetSubID(String) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Value used to identify specific message recipient (user, etc.) This echoes the SenderSubID sent on the request.
setTargetSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTargetSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setTargetSubID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Sets the value used to identify the specific message recipient (user, etc.).
setText(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
 
setText(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Sets a free-format text string for error messaging.
setTimestamp(HighResolutionTimestamp) - Method in class biz.onixs.cme.stp.handler.TradeTimeStamp
 
setTimestampType(TimestampType) - Method in class biz.onixs.cme.stp.handler.TradeTimeStamp
 
Settings - Class in biz.onixs.util.settings
Base easy-to-use settings implementation.
Settings() - Constructor for class biz.onixs.util.settings.Settings
 
SettlementFlowType - Enum in biz.onixs.cme.stp.handler
Specifies the commodity delivery flow type.
SettlementHolidaysProcessingInstruction - Enum in biz.onixs.cme.stp.handler
Indicates whether holidays are included in the settlement periods.
SettlementMethod - Enum in biz.onixs.cme.stp.handler
Settlement method for a contract.
SettlementPeriod - Class in biz.onixs.cme.stp.handler
Information about settlement period.
SettlementPeriod() - Constructor for class biz.onixs.cme.stp.handler.SettlementPeriod
Default constructor.
SettlementPeriods() - Constructor for class biz.onixs.cme.stp.handler.Commodity.SettlementPeriods
 
setTotalEndCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the total end cash of the trade.
setTotalStartCash(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the total start cash of the trade.
setTradeCollateralization(TradeCollateralization) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
If a swap is not cleared, an indication of whether a swap is Uncollateralized, Partially Collateralized, One-Way Collateralize, Fully Collateralized.
setTradeCollateralStatus(TradeCollateralStatus) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the collateral status of the trade.
setTradeDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Indicates date of trade referenced in this message in YYYYMMDD format.
setTradeDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureDate
 
setTradeDate(LocalDate) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeID(String) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
Sets regulatory Trade ID for the trade side.
setTradeID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setTradeID2(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeID2(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setTradeIDEvent(TradeIDEvent) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
setTradeIDScope(TradeIDScope) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
Gets when a trade must be assigned more than one identifier, e.g.
setTradeIDSource(String) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
setTradeIDType(TradeIDType) - Method in class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
setTradeInputSource(String) - Method in class biz.onixs.cme.stp.handler.ReportSide
CME Defined Supported Values: CPC = CME ClearPort® Clearing CPT = CME ClearPort® Trading CXPIT = COMEX Trading Floor GLBX = CME Globex® NXPIT = NYMEX Trading Floor
setTradeInputSource(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
CME Defined Supported Values: CPC = CME ClearPort® Clearing CPT = CME ClearPort® Trading CXPIT = COMEX Trading Floor EBSD = EBS Direct GLBX = CME Globex® NXPIT = NYMEX Trading Floor
setTradeLinkID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Used to link a group of trades together.
setTradeMatchID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets Trade Match ID is assigned by the matching engine or clearing system and used to correlate a cleared trade with a match event.
setTradeNumber(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradePartyType(TradePartyType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
When used in conjunction with PartyRole R=7 (Trading Firm) provides further context of the role played by that trading firm.
setTradePriceNegotiationMethod(TradePriceNegotiationMethod) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradePriceStatus(TradePriceStatus) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeRegulationPublicationReason(TradeRegulationPublicationReason) - Method in class biz.onixs.cme.stp.handler.TradeRegulationPublication
 
setTradeRegulationPublicationType(TradeRegulationPublicationType) - Method in class biz.onixs.cme.stp.handler.TradeRegulationPublication
 
setTradeReportID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeReportTransType(TradeReportTransType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets type of Execution being reported.
setTradeReportType(TradeReportType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Sets the purpose of the trade within the workflow and determines the action of the receiver of the trade.
setTradeRequestID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeRequestID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
 
setTradeRequestID(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
 
setTradeRequestResult(TradeRequestResult) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets result of Trade Request
setTradeRequestStatus(TradeRequestStatus) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets status of Trade Request.
setTradeRequestType(TradeRequestType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Sets type of Trade Capture Report.
setTradeRequestType(TradeRequestType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Gets type of Trade Capture Report.
setTradeStatus(TradeStatus) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Gets the status of the trade in clearing.
setTradeSubType(TradeSubType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradeType(TradeType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTradingQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
Indicates the trading quantity entered, in unit terms (e.g.
setTransactTime(HighResolutionTimestamp) - Method in class biz.onixs.cme.stp.handler.CollateralReport
Sets the timestamp when the business transaction represented by the message occurred.
setTransactTime(HighResolutionTimestamp) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setTransferReason(String) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setUnderlyingDirtyPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
Sets Price (percent-of-par or per unit) of the underlying security or basket.
setUnderlyingMaturity(String) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingPrice(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingPriceDeterminationMethod(UnderlyingPriceDeterminationMethod) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
Specifies how the underlying price is determined at the point of option exercise.
setUnderlyingProductCode(String) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingProductCodeSource(String) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingProductExchange(String) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingSecurityType(SecurityType) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingSymbol(String) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnderlyingSymbolSfx(UnderlyingSymbolSfx) - Method in class biz.onixs.cme.stp.handler.UnderlyingInstrument
 
setUnitOfMeasure(UnitOfMeasure) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setUnitOfMeasureCurrency(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setUnitOfMeasureQuantity(ScaledDecimal) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setUpiCode(String) - Method in class biz.onixs.cme.stp.handler.ReportInstrument
 
setValue(LocalDate) - Method in class biz.onixs.cme.stp.handler.Date
 
setVenueSubType(VenueSubType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setVenueType(VenueType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReport
 
setVenueType(VenueType) - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Used to subscribe to trades based on the venue where the trade was executed.
Side - Enum in biz.onixs.cme.stp.handler
Side of order.
SideRegulatoryTrade - Class in biz.onixs.cme.stp.handler
Information about Side Regulatory Trade.
SideRegulatoryTrade() - Constructor for class biz.onixs.cme.stp.handler.SideRegulatoryTrade
 
SideRegulatoryTrades() - Constructor for class biz.onixs.cme.stp.handler.ReportSide.SideRegulatoryTrades
 
signal() - Method in class biz.onixs.util.concurrent.LightweightCondition
Wakes up one waiting thread.
size() - Method in class biz.onixs.util.ByteBuffer
Returns size of data in the byte buffer.
slice() - Method in class biz.onixs.util.DynamicByteBuffer
 
Socket - Interface in biz.onixs.util.network
The interface provides methods for configuring sockets and performing IO operations.
SocketConnector - Interface in biz.onixs.util.network
The interface provides methods for creating socket connections.
SocketConnector.ErrorReason - Enum in biz.onixs.util.network
An enum that defines reasons for socket connecting errors.
SocketConnector.Listener - Interface in biz.onixs.util.network
The interface represents a listener for handling connect events.
SplitIndicator - Enum in biz.onixs.cme.stp.handler
Indicates whether or not a trade is split.
SslContextFactory - Class in biz.onixs.util.network
 
SslContextFactory() - Constructor for class biz.onixs.util.network.SslContextFactory
 
start(boolean) - Method in class biz.onixs.util.network.ExternalService
 
start() - Method in class biz.onixs.util.network.MulticastThreadReceiver
Starts aux thread.
start() - Method in class biz.onixs.util.PrecisionTimer
 
start(long) - Method in class biz.onixs.util.PrecisionTimer
 
startReceiver() - Method in interface biz.onixs.util.network.TcpConnection
Starts the receiving data.
startSender() - Method in interface biz.onixs.util.network.TcpConnection
Starts the sending data.
step() - Method in interface biz.onixs.util.network.IMulticastReceiver
process one step of receiving.
step() - Method in class biz.onixs.util.network.MulticastFastThreadReceiver
 
step() - Method in class biz.onixs.util.network.MulticastReceiver
process one step of receiving.
stop() - Method in class biz.onixs.util.PrecisionTimer
 
stopConnectAfterInterval() - Method in interface biz.onixs.util.network.SocketConnector
Stops a previously scheduled connection attempt via SocketConnector.connectAfterInterval(long, TimeUnit).
str2double(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to double.
str2double(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to double.
str2int(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to int.
str2int(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to int.
str2long(byte[], int, int, boolean) - Static method in class biz.onixs.util.Converter
Converts string in the byte buffer to long.
str2long(String, boolean) - Static method in class biz.onixs.util.Converter
Converts string to long.
StreamType - Enum in biz.onixs.cme.stp.handler
Type of swap stream.
subArray(byte[], int) - Static method in class biz.onixs.util.Utils
Creates a sub-array from the given source array up to the specified length.
subArray(byte[], int, int) - Static method in class biz.onixs.util.Utils
Creates a sub-array from the given source array starting at the specified offset and up to the specified length.
subBuffer(int) - Method in class biz.onixs.util.ByteBuffer
Creates a new byte buffer from the specified offset.
subBuffer(int, int) - Method in class biz.onixs.util.ByteBuffer
Creates a new byte buffer from the specified offset and with the specified length.
subscribe(TradeCaptureReportRequest) - Method in class biz.onixs.cme.stp.handler.Session
Subscribe to Trade Capture Reporting with filtering.
subscribe() - Method in class biz.onixs.cme.stp.handler.Session
Subscribe to Trade Capture Reporting without filtering (all trades).
subscribe(ZonedDateTime) - Method in class biz.onixs.cme.stp.handler.Session
Subscribe to Trade Capture Reporting without filtering (all trades).
SubscriptionRequestType - Enum in biz.onixs.cme.stp.handler
Subscription Request Type
SubstitutionIndicator - Enum in biz.onixs.cme.stp.handler
Substitution indicator.
systemProperties2String() - Static method in class biz.onixs.util.Utils
Converts system properties to a string representation.

T

t(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
TcpConnection - Interface in biz.onixs.util.network
The interface provides methods for sending and receiving data via TCP connection.
TcpConnection.Listener - Interface in biz.onixs.util.network
The interface represents a listener for the TCP connection events
TcpConnectionStopReason - Enum in biz.onixs.util.network
An enum that defines the reasons why a TCP connection was stopped.
tell() - Method in class biz.onixs.util.File
 
THREAD_AFFINITY_NOT_AVAILABLE - Static variable in class biz.onixs.util.system.ThreadAffinity
 
ThreadAffinity - Class in biz.onixs.util.system
OS-depended thread wrapper implemented based on JNA.
ThreadAffinity() - Constructor for class biz.onixs.util.system.ThreadAffinity
 
ThreadAffinity.cpu_set_t - Class in biz.onixs.util.system
 
ThreadAffinity.ErrorInfo - Class in biz.onixs.util.system
 
Throttler - Class in biz.onixs.util
Limits an event rate using the event time marks.
Throttler() - Constructor for class biz.onixs.util.Throttler
Creates the inactive throttler.
Throttler(int, long) - Constructor for class biz.onixs.util.Throttler
Creates the active throttler.
Timestamp - Class in biz.onixs.util
UTC timestamp.
Timestamp(TimeZone) - Constructor for class biz.onixs.util.Timestamp
 
Timestamp() - Constructor for class biz.onixs.util.Timestamp
 
TIMESTAMP_LENGTH_NO_MS - Static variable in class biz.onixs.util.Timestamp
 
TIMESTAMP_LENGTH_WITH_MS - Static variable in class biz.onixs.util.Timestamp
 
TimestampFormat - Enum in biz.onixs.util
Represents different timestamp formats.
TimestampType - Enum in biz.onixs.cme.stp.handler
Indicates the type of regulatory timestamp.
toBigDecimal() - Method in class biz.onixs.util.ScaledDecimal
Converts to BigDecimal representation.
toByteArray(byte[], int) - Method in class biz.onixs.util.ScaledDecimal
Converts to byte array.
toInt() - Method in class biz.onixs.util.ValuePtr
Converts pointed value into integer.
toLong() - Method in class biz.onixs.util.ValuePtr
Converts pointed value into long.
toString() - Method in class biz.onixs.cme.stp.handler.License.Customer
 
toString() - Method in class biz.onixs.cme.stp.handler.License.Product
 
toString() - Method in class biz.onixs.cme.stp.handler.License
 
toString() - Method in enum biz.onixs.cme.stp.handler.PositionAmountType
Gets FIXML string value.
toString() - Method in enum biz.onixs.cme.stp.handler.SecurityType
Gets FIXML string value.
toString() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
 
toString() - Method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
 
toString() - Method in class biz.onixs.util.ByteBuffer
 
toString() - Method in class biz.onixs.util.DynamicByteBuffer
 
toString() - Method in class biz.onixs.util.File
 
toString() - Method in class biz.onixs.util.HighResolutionTimestamp
 
toString() - Method in class biz.onixs.util.network.PortRange
 
toString() - Method in class biz.onixs.util.PrecisionTimer
 
toString() - Method in class biz.onixs.util.ProductInfo
 
toString() - Method in class biz.onixs.util.ScaledDecimal
 
toString() - Method in class biz.onixs.util.Throttler
String representation of the throttler.
toString() - Method in class biz.onixs.util.url.AbsolutePathResourceLoader
 
toString() - Method in class biz.onixs.util.url.ChainedResourceLoader
 
toString() - Method in class biz.onixs.util.url.ClassPathResourceLoader
 
toString() - Method in class biz.onixs.util.url.DirResourceLoader
 
toString() - Method in class biz.onixs.util.url.NullResourceLoader
 
toString() - Method in class biz.onixs.util.UtcTimestamp
 
toString() - Method in class biz.onixs.util.ValuePtr
 
toXmlString() - Method in class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
FIXML string representation of the TradeCaptureReportRequest.
trace(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
trace(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
TradeCaptureDate - Class in biz.onixs.cme.stp.handler
Requested trade date.
TradeCaptureDate() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureDate
 
TradeCaptureDates() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReportRequest.TradeCaptureDates
 
TradeCaptureReport - Class in biz.onixs.cme.stp.handler
Trade Capture Report Message
TradeCaptureReport() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport
Default Constructor
TradeCaptureReport(String) - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport
Converts XML string to a parsed FIXML object.
TradeCaptureReport.Payments - Class in biz.onixs.cme.stp.handler
Encapsulates list of Payments
TradeCaptureReport.PositionAmountDatas - Class in biz.onixs.cme.stp.handler
Encapsulates list of PositionAmountDatas
TradeCaptureReport.ReportSides - Class in biz.onixs.cme.stp.handler
Encapsulates list of ReportSides
TradeCaptureReport.RootParties - Class in biz.onixs.cme.stp.handler
Encapsulates the list of RootParties
TradeCaptureReport.TradeLegs - Class in biz.onixs.cme.stp.handler
Encapsulates list of TradeLegs
TradeCaptureReport.TradeRegulationPublications - Class in biz.onixs.cme.stp.handler
Encapsulates the list of TradeRegulationPublications
TradeCaptureReport.UnderlyingInstruments - Class in biz.onixs.cme.stp.handler
Encapsulates list of UnderlyingInstruments
TradeCaptureReportEventArgs - Class in biz.onixs.cme.stp.handler
Contains TradeCaptureReport message received.
TradeCaptureReportRequest - Class in biz.onixs.cme.stp.handler
Trade Capture Report Request message.
TradeCaptureReportRequest() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReportRequest
Default constructor.
TradeCaptureReportRequest.Parties - Class in biz.onixs.cme.stp.handler
Encapsulates the list of Parties
TradeCaptureReportRequest.TradeCaptureDates - Class in biz.onixs.cme.stp.handler
Encapsulates the list of TradeCaptureDates
TradeCaptureReportRequestAcknowledgment - Class in biz.onixs.cme.stp.handler
The Request Acknowledgment will only be sent to deliver error messages.
TradeCaptureReportRequestAcknowledgment() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Default constructor.
TradeCaptureReportRequestAcknowledgment(String) - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReportRequestAcknowledgment
Constructs an instance of TradeCaptureReportRequestAcknowledgment.
TradeCaptureReportRequestAcknowledgmentEventArgs - Class in biz.onixs.cme.stp.handler
Contains TradeCaptureReportRequestAcknowledgment message received.
TradeCaptureReportRequestEventArgs - Class in biz.onixs.cme.stp.handler
Contains TradeCaptureReportRequest message sent.
TradeCollateralization - Enum in biz.onixs.cme.stp.handler
Type of exercise of a derivatives security.
TradeCollateralStatus - Enum in biz.onixs.cme.stp.handler
Trade collateral status.
TradeIDEvent - Enum in biz.onixs.cme.stp.handler
Event causing origination of the ID, e.g.
TradeIDScope - Enum in biz.onixs.cme.stp.handler
The type of Regulatory Trade ID being sent.
TradeIDType - Enum in biz.onixs.cme.stp.handler
The type of Regulatory Trade ID being sent.
TradeLeg - Class in biz.onixs.cme.stp.handler
Represents information about a reported trade leg.
TradeLeg() - Constructor for class biz.onixs.cme.stp.handler.TradeLeg
Default constructor.
TradeLeg.PositionAmountDatas - Class in biz.onixs.cme.stp.handler
Encapsulates the list of PositionAmountDatas
TradeLeg.UnderlyingInstruments - Class in biz.onixs.cme.stp.handler
Encapsulates the list of UnderlyingInstruments
TradeLegs() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.TradeLegs
 
TradePartyType - Enum in biz.onixs.cme.stp.handler
When used in conjunction with PartyRole (tag 452) R=7 (Trading Firm) provides further context of the role played by that trading firm.
TradePriceNegotiationMethod - Enum in biz.onixs.cme.stp.handler
The method used to negotiate the trade price.
TradePriceStatus - Enum in biz.onixs.cme.stp.handler
Status of the price.
TradeRegulationPublication - Class in biz.onixs.cme.stp.handler
Information about trade regulation publication.
TradeRegulationPublication() - Constructor for class biz.onixs.cme.stp.handler.TradeRegulationPublication
Default constructor.
TradeRegulationPublicationReason - Enum in biz.onixs.cme.stp.handler
Trade regulation publication reason.
TradeRegulationPublications() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.TradeRegulationPublications
 
TradeRegulationPublicationType - Enum in biz.onixs.cme.stp.handler
Trade regulation publication type.
TradeReportTransType - Enum in biz.onixs.cme.stp.handler
Type of Execution being reported.
TradeReportType - Enum in biz.onixs.cme.stp.handler
Indicates the purpose of the trade within the workflow and determines the action of the receiver of the trade.
TradeRequestResult - Enum in biz.onixs.cme.stp.handler
Result of Trade Request.
TradeRequestStatus - Enum in biz.onixs.cme.stp.handler
Status of Trade Request.
TradeRequestType - Enum in biz.onixs.cme.stp.handler
Type of Trade Capture Report.
TradeStatus - Enum in biz.onixs.cme.stp.handler
Indicates the status of the trade in clearing.
TradeSubType - Enum in biz.onixs.cme.stp.handler
Represents the CME Trade Type Subset, TAS Flag & the APS Offset and Onset Flag.
TradeTimeStamp - Class in biz.onixs.cme.stp.handler
Information about trade time.
TradeTimeStamp() - Constructor for class biz.onixs.cme.stp.handler.TradeTimeStamp
 
TradeTimeStamps() - Constructor for class biz.onixs.cme.stp.handler.ReportSide.TradeTimeStamps
 
TradeType - Enum in biz.onixs.cme.stp.handler
CME Trade Type and Trade Transfer Flag.
trimWhiteSpace(String) - Static method in class biz.onixs.util.Utils
Trims leading and trailing white space from the given string.
tryAcquire() - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
tryAcquire(long) - Method in class biz.onixs.util.concurrent.LightweightSemaphore
 
tryAdd(long) - Method in class biz.onixs.util.Throttler
Tries to put new time mark into internal storage of the throttler.
tryParse(byte[], int, int, TimestampFormat) - Method in class biz.onixs.util.HighResolutionTimestamp
Tries to parse timestamp from byte array.

U

UnderlyingInstrument - Class in biz.onixs.cme.stp.handler
Information about underlying instrument.
UnderlyingInstrument() - Constructor for class biz.onixs.cme.stp.handler.UnderlyingInstrument
Default constructor.
UnderlyingInstrument.InstrumentStreams - Class in biz.onixs.cme.stp.handler
Encapsulates the list of InstrumentStreams
UnderlyingInstruments() - Constructor for class biz.onixs.cme.stp.handler.TradeCaptureReport.UnderlyingInstruments
 
UnderlyingInstruments() - Constructor for class biz.onixs.cme.stp.handler.TradeLeg.UnderlyingInstruments
 
UnderlyingPriceDeterminationMethod - Enum in biz.onixs.cme.stp.handler
Specifies how the underlying price is determined at the point of option exercise.
UnderlyingSymbolSfx - Enum in biz.onixs.cme.stp.handler
Sfx.
UNI_LOADER - Static variable in class biz.onixs.util.url.ResourceLoaderUtil
Classpath, absolute path, current directory loading sequence.
UnitOfMeasure - Enum in biz.onixs.cme.stp.handler
Physical unit of measure for Derivative products.
unregisterErrorListener() - Method in class biz.onixs.cme.stp.handler.Session
Unregister listener of error event.
unregisterFixmlMessageListener() - Method in class biz.onixs.cme.stp.handler.Session
Unregister listener of Fixml message events.
unregisterMessageListener() - Method in class biz.onixs.cme.stp.handler.Session
Unregister listener of message events.
UNSAFE_CHARACTERS - Static variable in class biz.onixs.util.Utils
Regular expression for unsafe characters.
unsubscribe(String) - Method in class biz.onixs.cme.stp.handler.Session
Unsubscribe from Trade Capture Reporting.
update() - Method in class biz.onixs.util.PrecisionTimer
 
UtcTimestamp - Class in biz.onixs.util
UTC timestamp.
UtcTimestamp(boolean) - Constructor for class biz.onixs.util.UtcTimestamp
 
Utils - Class in biz.onixs.util
Utility class containing various helper methods.

V

valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.AllocationIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.AveragePricingIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ClearedIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ClearingIntention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ClearingRequirementException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ClearingTransformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CollateralReportTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CollateralStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CommissionAmountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CommissionBasis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CommodityBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.CustomerCapacity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.DeliveryRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.DifferentialPriceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.EventDateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ExecutionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ExerciseStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.FeeQuantityThresholdIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.FrequencyUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.IncludeCollateralIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.License.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.LiquidityFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.ManualOrderIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.MultiLegReportingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.NonDisclosedIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.OffsetInstruction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.OptionExerciseTimeFrame
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.OriginalTimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PartyIDSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PartyRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PartySubIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PaymentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PositionAmountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PostTradeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PriceSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PriceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.Product
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.PutOrCall
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.QtyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RelatedSecurityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RelatedTradeIDSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RestructuringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.RootPartyIDSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SecurityIDSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SecurityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SettlementFlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SettlementHolidaysProcessingInstruction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SettlementMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SplitIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SubscriptionRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.SubstitutionIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TimestampType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeIDEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeIDScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeIDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradePartyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradePriceNegotiationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradePriceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeReportTransType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.TradeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.UnderlyingPriceDeterminationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.UnderlyingSymbolSfx
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.VenueSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.cme.stp.handler.VenueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.ProxySettings.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.SocketConnector.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.network.TcpConnectionStopReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.util.TimestampFormat
Returns the enum constant of this type with the specified name.
ValuePtr - Class in biz.onixs.util
Value pointer as a region in a byte array.
ValuePtr() - Constructor for class biz.onixs.util.ValuePtr
Creates undefined value pointer.
ValuePtr(byte[], int, int) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(byte[], int) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(byte[]) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer.
ValuePtr(String) - Constructor for class biz.onixs.util.ValuePtr
Creates the value pointer on whole byte array encoded from string.
values() - Static method in enum biz.onixs.cme.stp.handler.AllocationIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.AveragePricingIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ClearedIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ClearingIntention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ClearingRequirementException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ClearingTransformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CollateralReportTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CollateralStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CommissionAmountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CommissionBasis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CommodityBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.CustomerCapacity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.DeliveryRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.DifferentialPriceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.EventDateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ExecutionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ExerciseStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.FeeQuantityThresholdIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.FrequencyUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.IncludeCollateralIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.License.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.LiquidityFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.ManualOrderIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.MultiLegReportingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.NonDisclosedIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.OffsetInstruction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.OptionExerciseTimeFrame
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.OriginalTimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PartyIDSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PartyRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PartySubIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PaymentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PositionAmountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PostTradeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PriceSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PriceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.Product
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.PutOrCall
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.QtyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RegulatoryTradeIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RelatedSecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RelatedTradeIDSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RestructuringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.RootPartyIDSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SecurityIDSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SettlementFlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SettlementHolidaysProcessingInstruction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SettlementMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SplitIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.StreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SubscriptionRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.SubstitutionIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TimestampType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeCollateralStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeIDEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeIDScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeIDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradePartyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradePriceNegotiationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradePriceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeRegulationPublicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeReportTransType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeRequestResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.TradeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.UnderlyingPriceDeterminationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.UnderlyingSymbolSfx
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.UnitOfMeasure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.VenueSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.cme.stp.handler.VenueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.ProxySettings.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.SocketConnector.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.network.TcpConnectionStopReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.util.TimestampFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VenueSubType - Enum in biz.onixs.cme.stp.handler
Identifies the sub-type of the venue where a trade was executed.
VenueType - Enum in biz.onixs.cme.stp.handler
Identifies the type of venue where a trade was executed.

W

w(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
waitForEnter() - Static method in class biz.onixs.util.Utils
Waits for the user to press Enter.
waitForEnter(String) - Static method in class biz.onixs.util.Utils
Waits for the user to press Enter and displays a custom message.
waitForEnterToTerminateApp() - Static method in class biz.onixs.util.Utils
Waits for the user to press Enter and displays a termination message.
waitRead(long, TimeUnit) - Method in interface biz.onixs.util.network.Socket
Waits for read I/O operation to be ready.
waitWrite(long, TimeUnit) - Method in interface biz.onixs.util.network.Socket
Waits for write I/O operation to be ready.
wakeupRead() - Method in interface biz.onixs.util.network.Socket
Causes the Socket.waitRead(long, TimeUnit) operation that has not yet returned to return immediately.
wakeupWrite() - Method in interface biz.onixs.util.network.Socket
Causes the Socket.waitWrite(long, TimeUnit) operation that has not yet returned to return immediately.
warn(Object, String, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object, Object, Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Object, String, Object[], Logger) - Static method in class biz.onixs.util.log.Log
 
warn(Logger, Object, String, Object...) - Static method in class biz.onixs.util.log.Log
 
WHITE_SPACE - Static variable in class biz.onixs.util.Utils
White space characters.
write(OutputStream) - Method in class biz.onixs.util.ByteBuffer
Writes the data from the byte buffer into specified output stream.
write(byte) - Method in class biz.onixs.util.File
 
write(byte[]) - Method in class biz.onixs.util.File
 
write(ByteBuffer) - Method in class biz.onixs.util.File
 
write(String) - Method in class biz.onixs.util.File
 
write(byte[], int, int) - Method in class biz.onixs.util.File
 
write(ByteBuffer) - Method in interface biz.onixs.util.network.Socket
Writes a sequence of bytes from the given buffer.
write(OutputStream) - Method in class biz.onixs.util.ValuePtr
Writes pointed value into output stream.

X

XmlUtils - Class in biz.onixs.util
 

Y

Y - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "Y".
Yield - Class in biz.onixs.cme.stp.handler
Information about reported yield data.
Yield() - Constructor for class biz.onixs.cme.stp.handler.Yield
 

Z

ZERO - Static variable in class biz.onixs.util.ValuePtr
Value pointer to a byte array encoded from string "0".
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2014–2025 Onix Solutions. All rights reserved.