Class: Quickfix::InstrumentScopeMaturityTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentScopeMaturityTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeMaturityTime
constructor
A new instance of InstrumentScopeMaturityTime.
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 |