OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
Price Class Reference

#include <OnixS/SgxTitan/MarketData/Itch/Price.h>

Public Types

typedef Int32 Value
 

Public Member Functions

 Price ()
 
 Price (Value value)
 
 Price (const Price &other)
 
Value value () const
 
Priceoperator= (const Price &other)
 
bool isNull () const
 

Detailed Description

Definition at line 31 of file Price.h.

Member Typedef Documentation

typedef Int32 Value

Aliases value component type.

Definition at line 35 of file Price.h.

Constructor & Destructor Documentation

Price ( )
inline

Default (zero) initialization.

Definition at line 38 of file Price.h.

Price ( Value  value)
inlineexplicit

Explicitly initializes instance from its value value.

Definition at line 44 of file Price.h.

Price ( const Price other)
inline

Initializes instance as copy of the other one.

Definition at line 51 of file Price.h.

Member Function Documentation

bool isNull ( ) const
inline

Check whether the value is nullPrice.

Definition at line 207 of file Price.h.

Price& operator= ( const Price other)
inline

Re-initializes instance as copy of the other one.

Definition at line 65 of file Price.h.

Value value ( ) const
inline

Returns value of given price.

Definition at line 58 of file Price.h.


The documentation for this class was generated from the following file: