struct
Graphene::Operations::T_price_feed
- Graphene::Operations::T_price_feed
- Struct
- Value
- Object
Included Modules
- Graphene::Serialize::Composite(Graphene::Operations::T_price_feed)
Defined in:
bitshares-crystal/new_serializer.crConstructors
- .from_graphene_json(json : JSON::Any | Nil, args) : self
- .new(settlement_price : Graphene::Operations::T_price, maintenance_collateral_ratio : UInt16, maximum_short_squeeze_ratio : UInt16, core_exchange_rate : Graphene::Operations::T_price)
- .unpack(io) : self
Instance Method Summary
- #core_exchange_rate : T_price
- #maintenance_collateral_ratio : UInt16
- #maximum_short_squeeze_ratio : UInt16
- #settlement_price : T_price
Instance methods inherited from module Graphene::Serialize::Composite(Graphene::Operations::T_price_feed)
__all_instance_vars_from_graphene_json(json, args)
__all_instance_vars_from_graphene_json,
__all_instance_vars_unpack(io)
__all_instance_vars_unpack,
pack(io)
pack,
to_json(json : JSON::Builder) : Nil
to_json
Instance methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::T_price_feed)
pack(io : BinaryIO)pack pack, to_graphene_json(graphene_address_prefix = "") : String to_graphene_json
Class methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::T_price_feed)
from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "")
from_graphene_json,
unpack(data : Bytes)
unpack
Constructor Detail
def self.new(settlement_price : Graphene::Operations::T_price, maintenance_collateral_ratio : UInt16, maximum_short_squeeze_ratio : UInt16, core_exchange_rate : Graphene::Operations::T_price)
#