Click or drag to resize

AdapterBaseTRefreshTradesAsync Method

Gets the historical trades for the defined account

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public virtual Task RefreshTradesAsync(
	Account account
)

Parameters

account  Account
Account

Return Value

Task

Implements

IAdapterRefreshTradesAsync(Account)
See Also