Class: Quickfix::OrderDelayUnit
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderDelayUnit
Returns a new instance of OrderDelayUnit.
18921 18922 18923 18924 18925 18926 18927 |
# File 'lib/quickfix_fields.rb', line 18921 def initialize(data = nil) if( data == nil ) super(1429) else super(1429, data) end end |
Class Method Details
.field ⇒ Object
18918 18919 18920 |
# File 'lib/quickfix_fields.rb', line 18918 def OrderDelayUnit.field return 1429 end |