Class BiboxCommand<B>

java.lang.Object
org.knowm.xchange.bibox.dto.BiboxCommand<B>
Type Parameters:
B - type of body parameter
Direct Known Subclasses:
BiboxCancelTradeCommand, BiboxOrderBookCommand, BiboxOrderHistoryCommand, BiboxOrderPendingListCommand, BiboxTradeCommand

public class BiboxCommand<B> extends Object
Author:
odrotleff
  • Constructor Details

    • BiboxCommand

      public BiboxCommand(String cmd, B body)
  • Method Details

    • getCmd

      public String getCmd()
    • getBody

      public B getBody()