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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at_unix_ms
Sourceexpected_payout
Sourceid
Sourcelegs
Sourceopportunity_id
Sourcestatus
Sourcetotal_cost
Source