Class: Quickfix::CustomerPriority
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CustomerPriority
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustomerPriority
constructor
A new instance of CustomerPriority.
Constructor Details
#initialize(data = nil) ⇒ CustomerPriority
62419 62420 62421 62422 62423 62424 62425 |
# File 'lib/quickfix_fields.rb', line 62419 def initialize(data = nil) if( data == nil ) super(2570) else super(2570, data) end end |