Syntax
Public Function GetChatOrder() As String
Description
The GetChatOrder operation is used to get the new chat orders that are received to the logged-in dealer web session.
Request Parameters
No requested parameter
Response Elements
Name | Description |
Result | The operation returns a list of types ChatOrder, otherwise, an explicit error code is returned if ClientID is less than 0.
The Following are the ChatOrder data member: 1 OrderID: new chat order number 2 ChatOrderType: can be one of the following 1 : for marketOrderType 3-AccountID: Account number to which chats order is belongs 4-ClientID: client number to which the chat order belongs to 5-SymbolID: Trading symbol identifier. 6-BuySell: Chat order Type can be one of the 1: for Buy or Buy Limit 7-NewLiq: Close or open Type can be one of the following : 1: for the new Type 8- lot: chat amount of lot 9- price: the requested price 10- OpenPrice: open price when the newLiq was liquidated Type 11-HitPrice: order hit price when the chat type is pending order (Limit order, SL/TP order) 12- RefBidHitPrice: Reference symbol bid hit price when the chat type is pending order (Limit order, SL/TP order) 13- Status: can be one of the following : 10: for request a new buy 14- WhoID: the ID for whom made the transaction 15-IP: the IP address for whom made the transaction 16-OpenLot: the whole amount of lots 17-OpenTicket: ticket number which the order that had been received to chat screen. 18-Note: String that sends with the order to mark it 19 – DeliveryItem: requested delivery item . |
See Also