Class: Quickfix::UnderlyingSettlPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSettlPriceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
constructor
A new instance of UnderlyingSettlPriceType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
Returns a new instance of UnderlyingSettlPriceType.
10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/quickfix_fields.rb', line 10042 def initialize(data = nil) if( data == nil ) super(733) else super(733, data) end end |