BidTradeType Field
Code to represent the type of trade.
Valid values:
R = Risk Trade
G = VWAP Guarantee
A = Agency
J = Guaranteed Close
(Prior to FIX 4.4 this field was named "TradeType")
public const int BidTradeType = 418
This language is not supported or no code example is available.
public:
const int BidTradeType = 418;
This language is not supported or no code example is available.
public const BidTradeType : int = 418
This language is not supported or no code example is available.
Field Value
int
In this article
Definition