Class: Quickfix::ThrottleTimeUnit
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ThrottleTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ThrottleTimeUnit
constructor
A new instance of ThrottleTimeUnit.
Constructor Details
#initialize(data = nil) ⇒ ThrottleTimeUnit
Returns a new instance of ThrottleTimeUnit.
22158 22159 22160 22161 22162 22163 22164 |
# File 'lib/quickfix_fields.rb', line 22158 def initialize(data = nil) if( data == nil ) super(1615) else super(1615, data) end end |