Class: Quickfix::LegTimeUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14813 14814 14815 14816 14817 14818 14819 |
# File 'lib/quickfix_fields.rb', line 14813 def initialize(data = nil) if( data == nil ) super(1001) else super(1001, data) end end |
Class Method Details
.field ⇒ Object
14810 14811 14812 |
# File 'lib/quickfix_fields.rb', line 14810 def LegTimeUnit.field return 1001 end |