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

When changing quantities there are two options: delta and absolute. More...

Public Types

enum  Enum { Undefined = 0, Absolute = 1, Delta = 2 }
 When changing quantities there are two options: delta and absolute. More...
 

Detailed Description

When changing quantities there are two options: delta and absolute.

Delta changes amend the quantity/total volume of an order by the given amount, positive to increase the quantity, negative to reduce the quantity. Absolute changes means that the quantity/total volume should be set to the value in the quantity/total volume field.

Member Enumeration Documentation

enum Enum

When changing quantities there are two options: delta and absolute.

Delta changes amend the quantity/total volume of an order by the given amount, positive to increase the quantity, negative to reduce the quantity. Absolute changes means that the quantity/total volume should be set to the value in the quantity/total volume field.

Enumerator
Undefined 

Undefined.

Absolute 

Absolute quantity.

Delta 

Delta quantity.