Knowledgebase: > Properties
ChatOrdersByIndex
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 01 September 2020 03:38 PM

Syntax

 Readonly Property ChatOrderByIndex(ByRef Index As Integer) As COChatOrder

Description

This property is used to get COChatOrder object for the giving orders index on chat screen.

Parameters

Parameter Description
Index The order location on the chat screen,value of type is Integer.

Return value

 Returns object of type COChatOrder which related to the given index

Sample

 Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub ChatOrder_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ChatOrder.Click

    Dim vChatOrder As COChatOrder

    vChatOrder = BOAPI.ChatOrderByIndex(1)

    Msgbox("Related Account ID" & vChatOrder.AccountID & "Symbol" & vChatOrder.SymbolID)

 End Sub

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions