Click or drag to resize

IAdapterCanCancelAllOrders Method

Does the account supports cancel all orders feature

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
Task<bool> CanCancelAllOrders(
	Account account
)

Parameters

account  Account
Account

Return Value

TaskBoolean
See Also