ExternalConnectionBaseRefreshHoldings Method |
Refresh the holdings
Namespace:
SharpCharts.Base.Connection
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public virtual Task<Holding[]> RefreshHoldings(
Account account
)
Parameters
- account
- Type: SharpCharts.Base.OrderAccount
Account for which the holdings are to be refreshed
Return Value
Type:
TaskHoldingSee Also