Class: Quickfix::UnderlyingSettlPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingSettlPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlPrice
constructor
A new instance of UnderlyingSettlPrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlPrice
Returns a new instance of UnderlyingSettlPrice.
11797 11798 11799 11800 11801 11802 11803 |
# File 'lib/quickfix_fields.rb', line 11797 def initialize(data = nil) if( data == nil ) super(732) else super(732, data) end end |
Class Method Details
.field ⇒ Object
11794 11795 11796 |
# File 'lib/quickfix_fields.rb', line 11794 def UnderlyingSettlPrice.field return 732 end |