Hierarchy

  • PriceClient

Constructors

  • Parameters

    • hostname: string
    • Optional credentials: null | {
          [index: string]: string;
      }
    • Optional options: null | {
          [index: string]: any;
      }

    Returns PriceClient

Properties

credentials_: null | {
    [index: string]: string;
}
hostname_: string
methodDescriptorGetMarketDepth: MethodDescriptor<MarketDepthRequest, MarketDepthReply> = ...
methodDescriptorGetMarketPrice: MethodDescriptor<MarketPriceRequest, MarketPriceReply> = ...
methodDescriptorGetMarketPrices: MethodDescriptor<MarketPricesRequest, MarketPricesReply> = ...
options_: null | {
    [index: string]: any;
}

Methods

Generated using TypeDoc