0
집중하다
1
수행원

주문 정보 얻기

만든 날짜: 2021-11-23 22:14:46, 업데이트 날짜:
comments   3
hits   924

//383375074660855808 var order = exchanges[0].GetOrder(“383375074660855808”)
Log(“Id:”, order.Id, “Price:”, order.Price, “Amount:”, order.Amount, “DealAmount:”, order.DealAmount, “Status:”, order.Status, “Type:”, order.Type) //////////////////// var orders = exchanges[0].GetOrders() Log ((“未完成订单一信息,ID:”, orders[0].Id, “Price:”, orders[0].Price, “Amount:”, orders[0].Amount, “DealAmount:”, orders[0].DealAmount, “type:”, orders[0].Type) Log ((“未完成注文二の情報,ID:”, orders[1].Id, “Price:”, orders[1].Price, “Amount:”, orders[1].Amount, “DealAmount:”, orders[1].DealAmount, “type:”, orders[1].Type) exchanges[0].GetOrder은 정보를 반환합니다. Id: 383375074660855808 Price: 0 Amount: 1 DealAmount: 1 Status: 1 Type: 0 exchanges[0].GetOrders() 에 오류가 발생했습니다. TypeError: cannot read property ‘Id’ of undefined at main (FILE:129) 왜 그런지 물어보세요. ID가 정의되어야 할까요?