Sha256: 01434bcbb9cb7d9d7d2135dce9987fae103fd90a8bf82bdffacbaf7063e92732
Contents?: true
Size: 766 Bytes
Versions: 26
Compression:
Stored size: 766 Bytes
Contents
module IB module Messages module Incoming # The server sends this message upon accepting a Delta-Neutral DN RFQ # - see API Reference p. 26 DeltaNeutralValidation = def_message 56, [:request_id, :int], [:underlying, :con_id, :int], [:underlying, :delta, :decimal], [:underlying, :price, :decimal] class DeltaNeutralValidation def underlying @underlying = IB::Underlying.new @data[:underlying] end alias under_comp underlying end # DeltaNeutralValidation end # module Incoming end # module Messages end # module IB
Version data entries
26 entries across 26 versions & 3 rubygems