the array of asks and bids values: ["411.8", "10", "1", "4"] "411.8" is the depth price, "10" is the size at the price, "1" is the number of liquidated orders at the price, and "4" is the number of orders at the price.
То есть мне плюют: ["411.8", "10", "1", "4"]
А я должен словить что-то типа такого:
class OrderDetails
{
decimal DepthPrice;
ulong PriceSize;
ulong LiquidatedOrdersAmount;
ulong PriceOrdersAmount;
}
Ну или гайд по кастомным атрибутам конверторам с массивами дайте
Если там строки, то ручками
Это слышком банально и макаронно
Обсуждают сегодня