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