|
List Trading
< Previous Next >
Re: need a sample/example of new order List Message
Herby Raynaud / Transacttools, Inc <> 27 Sep 2005 3:23PM ET> Hello can any one please provide me with a sample/example of complete
> FIXML for new Order List message. Thanks AJ
Hi Aj
The following is sample list message. I have included two versions: one with the field descriptions and one without.
In this sample there are two orders: the first to sell 2000 IBM, the second to sell 1000 AOL.
Key fields to pay attention to for simple list orders:
ClOrdID
TotNoOrders
ListSeqNo
ListID
-------------------------------------------
BeginString(8)=FIX.4.2 BodyLength(9)=190 MsgType(35)=E SenderCompID(49)=INST TargetCompID(56)=BROK SendingTime(52)=20050908-15:51:22 MsgSeqNum(34)=200 ListID(66)=14 BidType(394)=1 TotNoOrders(68)=2 NoOrders(73)=2 ClOrdID(11)=order-1 ListSeqNo(67)=1 Symbol(55)=IBM Side(54)=2 OrderQty(38)=2000 OrdType(40)=1 ClOrdID(11)=order-2 ListSeqNo(67)=2 Symbol(55)=AOL Side(54)=2 OrderQty(38)=1000 OrdType(40)=1
Without field descriptions
---------------------------
8=FIX.4.2|9=190|35=E|49=INST|56=BROK|52=20050908-15:51:22|34=200|66=14|394=1|68=2|73=2|11=order-1|67=1|55=IBM|54=2|38=2000|40=1|11=order-2|67=2|55=AOL|54=2|38=1000|40=1|
Re: need a sample/example of new order List Message Herby Raynaud / Transacttools, Inc 27 Sep 2005 3:23PM ET
|