Class: Quickfix::InstrumentScopeMaturityTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeMaturityTime
constructor
A new instance of InstrumentScopeMaturityTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeMaturityTime
Returns a new instance of InstrumentScopeMaturityTime.
20832 20833 20834 20835 20836 20837 20838 |
# File 'lib/quickfix_fields.rb', line 20832 def initialize(data = nil) if( data == nil ) super(1550) else super(1550, data) end end |
Class Method Details
.field ⇒ Object
20829 20830 20831 |
# File 'lib/quickfix_fields.rb', line 20829 def InstrumentScopeMaturityTime.field return 1550 end |