Uses of Class
info.bitrich.xchangestream.bitflyer.dto.BitflyerLimitOrder
-
Packages that use BitflyerLimitOrder Package Description info.bitrich.xchangestream.bitflyer.dto -
-
Uses of BitflyerLimitOrder in info.bitrich.xchangestream.bitflyer.dto
Methods in info.bitrich.xchangestream.bitflyer.dto that return BitflyerLimitOrder Modifier and Type Method Description BitflyerLimitOrder[]
BitflyerOrderbook. getAsks()
BitflyerLimitOrder[]
BitflyerPubNubOrderbookTransaction. getAsks()
BitflyerLimitOrder[]
BitflyerOrderbook. getBids()
BitflyerLimitOrder[]
BitflyerPubNubOrderbookTransaction. getBids()
BitflyerLimitOrder[]
BitflyerOrderbook. getLevels(Order.OrderType side)
Methods in info.bitrich.xchangestream.bitflyer.dto with parameters of type BitflyerLimitOrder Modifier and Type Method Description void
BitflyerOrderbook. createFromLevels(BitflyerLimitOrder[] levels, Order.OrderType side)
static List<LimitOrder>
BitflyerOrderbook. toLimitOrders(BitflyerLimitOrder[] levels, Order.OrderType side, CurrencyPair pair)
void
BitflyerOrderbook. updateLevels(BitflyerLimitOrder[] levels, Order.OrderType side)
Constructors in info.bitrich.xchangestream.bitflyer.dto with parameters of type BitflyerLimitOrder Constructor Description BitflyerOrderbook(CurrencyPair pair, BitflyerLimitOrder[] asks, BitflyerLimitOrder[] bids)
BitflyerPubNubOrderbookTransaction(BigDecimal midPrice, BitflyerLimitOrder[] bids, BitflyerLimitOrder[] asks)
-