Class: Quickfix::OrderHandlingInstSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderHandlingInstSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderHandlingInstSource
constructor
A new instance of OrderHandlingInstSource.
Constructor Details
#initialize(data = nil) ⇒ OrderHandlingInstSource
Returns a new instance of OrderHandlingInstSource.
3399 3400 3401 3402 3403 3404 3405 |
# File 'lib/quickfix_fields.rb', line 3399 def initialize(data = nil) if( data == nil ) super(1032) else super(1032, data) end end |
Class Method Details
.field ⇒ Object
3396 3397 3398 |
# File 'lib/quickfix_fields.rb', line 3396 def OrderHandlingInstSource.field return 1032 end |