class

PolyScan::Paper::PaperTrade

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String, opportunity_id : String, status : String, legs : Array(OpportunityLeg), total_cost : Fixed, expected_payout : Fixed, created_at_unix_ms : Int64 = Time.utc.to_unix_ms)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at_unix_ms
Source
expected_payout
Source
legs
Source
opportunity_id
Source
status
Source
total_cost
Source