OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Types | List of all members
TrendIndicator Struct Reference

Trend indicator for the latest price compared to the previous one. More...

Public Types

enum  Enum {
  Undefined = 0, None = ' ', Up = '+', Down = '-',
  Same = '='
}
 

Detailed Description

Trend indicator for the latest price compared to the previous one.

Member Enumeration Documentation

enum Enum
Enumerator
Undefined 

Undefined.

None 

No trend available, it might for example be the first price of the day.

The value is blank

Up 

(space).

Price is higher price than previously.

Down 

Price is lower price than pre-viously.

Same 

Price is unchanged.