Class: Quickfix::OrderDelayUnit
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderDelayUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderDelayUnit
constructor
A new instance of OrderDelayUnit.
Constructor Details
#initialize(data = nil) ⇒ OrderDelayUnit
12837 12838 12839 12840 12841 12842 12843 |
# File 'lib/quickfix_fields.rb', line 12837 def initialize(data = nil) if( data == nil ) super(1429) else super(1429, data) end end |
Class Method Details
.field ⇒ Object
12834 12835 12836 |
# File 'lib/quickfix_fields.rb', line 12834 def OrderDelayUnit.field return 1429 end |