Class: Quickfix::MDStatisticIntervalTypeUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MDStatisticIntervalTypeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticIntervalTypeUnit
constructor
A new instance of MDStatisticIntervalTypeUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MDStatisticIntervalTypeUnit
Returns a new instance of MDStatisticIntervalTypeUnit.
60911 60912 60913 60914 60915 60916 60917 |
# File 'lib/quickfix_fields.rb', line 60911 def initialize(data = nil) if( data == nil ) super(2465) else super(2465, data) end end |
Class Method Details
.field ⇒ Object
60908 60909 60910 |
# File 'lib/quickfix_fields.rb', line 60908 def MDStatisticIntervalTypeUnit.field return 2465 end |