Class: Quickfix::MarketSettlementPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketSettlementPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSettlementPartyID
constructor
A new instance of MarketSettlementPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketSettlementPartyID
Returns a new instance of MarketSettlementPartyID.
79488 79489 79490 79491 79492 79493 79494 |
# File 'lib/quickfix_fields.rb', line 79488 def initialize(data = nil) if( data == nil ) super(20109) else super(20109, data) end end |
Class Method Details
.field ⇒ Object
79485 79486 79487 |
# File 'lib/quickfix_fields.rb', line 79485 def MarketSettlementPartyID.field return 20109 end |