Class: Quickfix::MarketSettlementPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarketSettlementPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSettlementPartyRole
constructor
A new instance of MarketSettlementPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MarketSettlementPartyRole
Returns a new instance of MarketSettlementPartyRole.
79501 79502 79503 79504 79505 79506 79507 |
# File 'lib/quickfix_fields.rb', line 79501 def initialize(data = nil) if( data == nil ) super(20110) else super(20110, data) end end |
Class Method Details
.field ⇒ Object
79498 79499 79500 |
# File 'lib/quickfix_fields.rb', line 79498 def MarketSettlementPartyRole.field return 20110 end |