Class: Quickfix::NoMarketSettlementPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMarketSettlementPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMarketSettlementPartyIDs
constructor
A new instance of NoMarketSettlementPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMarketSettlementPartyIDs
Returns a new instance of NoMarketSettlementPartyIDs.
79475 79476 79477 79478 79479 79480 79481 |
# File 'lib/quickfix_fields.rb', line 79475 def initialize(data = nil) if( data == nil ) super(20108) else super(20108, data) end end |
Class Method Details
.field ⇒ Object
79472 79473 79474 |
# File 'lib/quickfix_fields.rb', line 79472 def NoMarketSettlementPartyIDs.field return 20108 end |