コード例 #1
0
        private async Task ListOrderAsync(CancellationToken cancellationToken)
        {
            var order = await _restClient.GetOrderAsync(MarginAccountId, string.Empty, "o83821gee", cancellationToken)
                        .ConfigureAwait(false);

            _logger.LogInformation($"Active orders: {order.ToString()}");
        }