Class: Quickfix::MarketSettlementReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketSettlementReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketSettlementReportID
constructor
A new instance of MarketSettlementReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketSettlementReportID
Returns a new instance of MarketSettlementReportID.
79436 79437 79438 79439 79440 79441 79442 |
# File 'lib/quickfix_fields.rb', line 79436 def initialize(data = nil) if( data == nil ) super(20105) else super(20105, data) end end |
Class Method Details
.field ⇒ Object
79433 79434 79435 |
# File 'lib/quickfix_fields.rb', line 79433 def MarketSettlementReportID.field return 20105 end |