PriceSanityCheckResult

Documentation for eth_defi.gmx.price_sanity.PriceSanityCheckResult Python class.

class PriceSanityCheckResult

Bases: object

Result of price sanity check comparison.

Attributes summary

passed

deviation_percent

oracle_price_usd

ticker_price_usd

action_taken

token_address

timestamp

reason

Methods summary

__init__(passed, deviation_percent, ...[, ...])

__init__(passed, deviation_percent, oracle_price_usd, ticker_price_usd, action_taken, token_address, timestamp, reason=None)
Parameters
Return type

None