OnixS MX HSVF Market Data Handler for C++  1.9.2.0
Public Types | Static Public Member Functions
Tick Struct Reference

List of all members.

Public Types

enum  Enum { Up = '+', Down = '-', Nothing = ' ' }

Static Public Member Functions

static const char * toString (Enum)
 Returns string representation.

Member Enumeration Documentation

enum Enum
Enumerator:
Up 

Up.

Down 

Down.

Nothing 

It's possible to meet the value under following conditions: * There is no previous close price (i.e.

: first time traded); * The price is the same as the previous close price; * The volume is equal to zero.