//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 ((“غیر مکمل شدہ آرڈر II کی معلومات، ID:”, orders[1].Id, “Price:”, orders[1].Price, “Amount:”, orders[1].Amount,
“DealAmount:”, orders[1].DealAmount, “type:”, orders[1].Type)
exchanges[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)
براہ کرم، اس کی کیا وجہ ہے؟ کیا شناخت کی وضاحت کی ضرورت ہے؟