Class EventQueueLayout.NodeLayout

java.lang.Object
com.knowm.xchange.serum.structures.Struct
com.knowm.xchange.serum.structures.EventQueueLayout.NodeLayout
Enclosing class:
EventQueueLayout

public static class EventQueueLayout.NodeLayout extends Struct
  • Field Details

    • eventFlags

      public EventFlagsLayout eventFlags
    • openOrdersSlot

      public byte openOrdersSlot
    • feeTier

      public byte feeTier
    • blob5

      public byte[] blob5
    • nativeQuantityReleased

      public byte[] nativeQuantityReleased
    • nativeQuantityPaid

      public byte[] nativeQuantityPaid
    • nativeFeeOrRebate

      public byte[] nativeFeeOrRebate
    • orderId

      public byte[] orderId
    • openOrders

      public PublicKeyLayout openOrders
    • clientOrderId

      public byte[] clientOrderId
    • DECODER

      public static final StructDecoder<EventQueueLayout.EventNode> DECODER
  • Constructor Details

    • NodeLayout

      public NodeLayout()