BotsendOrder(Int32, STOrder) Method

Sends the order to session specified

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public string sendOrder(
	int sessionIndex,
	STOrder order
)

Parameters

sessionIndex  Int32
Index of session in used session list
order  STOrder
Order to be sent

Return Value

String
Unique client identificator for the order

See Also