Class: Quickfix::OrderDelay
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderDelay
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderDelay
constructor
A new instance of OrderDelay.
Constructor Details
#initialize(data = nil) ⇒ OrderDelay
Returns a new instance of OrderDelay.
3919 3920 3921 3922 3923 3924 3925 |
# File 'lib/quickfix_fields.rb', line 3919 def initialize(data = nil) if( data == nil ) super(1428) else super(1428, data) end end |
Class Method Details
.field ⇒ Object
3916 3917 3918 |
# File 'lib/quickfix_fields.rb', line 3916 def OrderDelay.field return 1428 end |