Position Type

Predefined list of positions

public enum PositionType : int
{
Sell = 104,
Buy = 105
}

Description

Position type Description int
Sell Selling 104
Buy Buying 105