Class: Quickfix::LegEventTimeUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegEventTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventTimeUnit
constructor
A new instance of LegEventTimeUnit.
Constructor Details
#initialize(data = nil) ⇒ LegEventTimeUnit
Returns a new instance of LegEventTimeUnit.
27007 27008 27009 27010 27011 27012 27013 |
# File 'lib/quickfix_fields.rb', line 27007 def initialize(data = nil) if( data == nil ) super(2063) else super(2063, data) end end |