Class: Quickfix::MarketReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketReportID
constructor
A new instance of MarketReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketReportID
Returns a new instance of MarketReportID.
17673 17674 17675 17676 17677 17678 17679 |
# File 'lib/quickfix_fields.rb', line 17673 def initialize(data = nil) if( data == nil ) super(1394) else super(1394, data) end end |
Class Method Details
.field ⇒ Object
17670 17671 17672 |
# File 'lib/quickfix_fields.rb', line 17670 def MarketReportID.field return 1394 end |