Class: Quickfix::MDStatisticID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDStatisticID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticID
constructor
A new instance of MDStatisticID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDStatisticID
Returns a new instance of MDStatisticID.
61041 61042 61043 61044 61045 61046 61047 |
# File 'lib/quickfix_fields.rb', line 61041 def initialize(data = nil) if( data == nil ) super(2475) else super(2475, data) end end |
Class Method Details
.field ⇒ Object
61038 61039 61040 |
# File 'lib/quickfix_fields.rb', line 61038 def MDStatisticID.field return 2475 end |