ExDeribit.Accounts.Position (ex_deribit v0.0.9)

Link to this section Summary

Link to this section Types

Link to this type

credentials()

Specs

credentials() :: ExDeribit.Credentials.t()
Link to this type

instrument_name()

Specs

instrument_name() :: ExDeribit.Instrument.name()

Specs

opts() :: %{optional(:kind) => String.t()}

Specs

position() :: ExDeribit.Position.t()

Specs

result() :: {:ok, position()} | {:error, term()}

Link to this section Functions

Link to this function

get(credentials, instrument_name)

Specs