Click or drag to resize

ExternalConnectionBaseSetTradeId Method

Sets the trade id

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static bool SetTradeId(
	IOrder order,
	Object value
)

Parameters

order
Type: SharpCharts.Base.OrderIOrder
Order
value
Type: SystemObject
Trade id

Return Value

Type: Boolean
See Also