Click or drag to resize

ExternalConnectionBaseRefreshPositions Method

Refresh the positions

Namespace:  SharpCharts.Base.Connection
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public virtual Task RefreshPositions(
	Account account
)

Parameters

account
Type: SharpCharts.Base.OrderAccount
Account for which the positions are to be refreshed

Return Value

Type: Task
See Also