EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | List of all members
IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray Class Reference

#include <B2BITS_IceImpactMessages.h>

Public Types

using EntryType = HedgeInfoCount::HedgeInfo
 

Public Member Functions

 HedgeInfoArray (const EntryType *_e, size_t _count)
 
size_t size () const
 
size_t rawSize () const
 
const EntryTypeget () const
 
void moveNext ()
 
void rewind ()
 
bool isValid () const
 
std::ostream & toStream (std::ostream &os) const
 
const EntryTypeget (size_t index) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::HedgeInfoArray ( const EntryType _e,
size_t  _count 
)
inline

Member Function Documentation

const EntryType* IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::get ( ) const
inline
const EntryType* IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::get ( size_t  index) const
inline
bool IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::isValid ( ) const
inline
void IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::moveNext ( )
inline
size_t IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::rawSize ( ) const
inline
void IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::rewind ( )
inline
size_t IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::size ( ) const
inline
std::ostream& IceImpact::NewOptionsStrategyDefinitionMessage::HedgeInfoArray::toStream ( std::ostream &  os) const
inline