Class: Quickfix::LegTimeUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTimeUnit
constructor
A new instance of LegTimeUnit.
Constructor Details
#initialize(data = nil) ⇒ LegTimeUnit
Returns a new instance of LegTimeUnit.
13474 13475 13476 13477 13478 13479 13480 |
# File 'lib/quickfix_fields.rb', line 13474 def initialize(data = nil) if( data == nil ) super(1001) else super(1001, data) end end |