Class: Quickfix::UnderlyingSettlementType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSettlementType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlementType
constructor
A new instance of UnderlyingSettlementType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlementType
Returns a new instance of UnderlyingSettlementType.
15619 15620 15621 15622 15623 15624 15625 |
# File 'lib/quickfix_fields.rb', line 15619 def initialize(data = nil) if( data == nil ) super(975) else super(975, data) end end |
Class Method Details
.field ⇒ Object
15616 15617 15618 |
# File 'lib/quickfix_fields.rb', line 15616 def .field return 975 end |