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

What type of trade is it? More...

Public Types

enum  Enum {
  Undefined = 0, Standard = 1, Transitory = 2, Overtaking = 3,
  Reversing = 4, Transfer = 5, Exercise = 6, Assign = 7,
  Closing = 8, Issue = 9, NewContract = 10, Delivery = 11,
  DummyTrade = 12, Alias = 13, Offsetting = 14, Superseding = 15,
  StateChange = 16, GiveUp = 17, TakeUp = 18
}
 What type of trade is it? More...
 

Detailed Description

What type of trade is it?

Member Enumeration Documentation

enum Enum

What type of trade is it?

Enumerator
Undefined 

Undefined.

Standard 

The trade is a normally registered trade.

Transitory 

The trade is placed on a transitory account.

Overtaking 

The trade is a result of a rectify operation.

Reversing 

The trade is a result of a rectify operation.

Transfer 

The trade is a result of a transfer from a daily account.

Exercise 

The trade is an exercising part in an exercise operation.

Assign 

The trade is an assign part in an exercise operation.

Closing 

The trade is a result of a closing instrument [series] operation.

Issue 

Issue.

NewContract 

The trade is a result where delivery is new contract.

Delivery 

Delivery.

DummyTrade 

Dummy trade.

Alias 

Alias.

Offsetting 

Offsetting.

Superseding 

Superseding.

StateChange 

State change.

GiveUp 

Give up.

TakeUp 

Take up.