Skip to content

AccountHelper.AccountHelperBase.SymbolParamsMany method

Full information about exact symbol, or all symbols

public virtual Task<SymbolParamsManyReply> SymbolParamsMany(SymbolParamsManyRequest request, 
    ServerCallContext context)
parameter description
request The request received from the client.
context The context of the server-side call handler being invoked.

Return Value

The response to send back to the client (wrapped by a task).

See Also