Const
Readonly
methods: { Readonly
maker: { from rpc valorem.trade.v1.SoftQuote.Maker
Readonly
I: typeof SoftQuoteResponseReadonly
O: typeof QuoteRequestReadonly
kind: BiDiStreamingReadonly
name: "Maker"Readonly
taker: { Request soft quotes from makers via a stream of QuoteRequest messages and receive a stream of SoftQuoteResponse messages.
from rpc valorem.trade.v1.SoftQuote.Taker
Readonly
I: typeof QuoteRequestReadonly
O: typeof SoftQuoteResponseReadonly
kind: BiDiStreamingReadonly
name: "Taker"Readonly
webRequest soft quotes from makers via a single QuoteRequest message and receive a stream of SoftQuoteResponse messages for use by gRPC-web clients.
from rpc valorem.trade.v1.SoftQuote.WebTaker
Readonly
I: typeof QuoteRequestReadonly
O: typeof SoftQuoteResponseReadonly
kind: ServerStreamingReadonly
name: "WebTaker"Readonly
typefrom service valorem.trade.v1.SoftQuote
Generated using TypeDoc
Send quotes to takers via a stream of SoftQuoteResponse messages and receive a stream of QuoteRequest messages.