Class: Quickfix::InstrumentScopeMaturityMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeMaturityMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeMaturityMonthYear
constructor
A new instance of InstrumentScopeMaturityMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeMaturityMonthYear
Returns a new instance of InstrumentScopeMaturityMonthYear.
20819 20820 20821 20822 20823 20824 20825 |
# File 'lib/quickfix_fields.rb', line 20819 def initialize(data = nil) if( data == nil ) super(1549) else super(1549, data) end end |
Class Method Details
.field ⇒ Object
20816 20817 20818 |
# File 'lib/quickfix_fields.rb', line 20816 def InstrumentScopeMaturityMonthYear.field return 1549 end |