Click or drag to resize

ExternalConnectionBaseAdddOrGetPosition Method

Adds or gets a position

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static IPosition AdddOrGetPosition(
	Account account,
	Instrument instrument,
	ProductType productType
)

Parameters

account
Type: SharpCharts.Base.OrderAccount
Account
instrument
Type: SharpCharts.Base.DataInstrument
Instrument
productType
Type: SharpCharts.Base.OrderProductType
Product type

Return Value

Type: IPosition
See Also