Class: Quickfix::CustOrderCapacity
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CustOrderCapacity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustOrderCapacity
constructor
A new instance of CustOrderCapacity.
Constructor Details
#initialize(data = nil) ⇒ CustOrderCapacity
Returns a new instance of CustOrderCapacity.
8781 8782 8783 8784 8785 8786 8787 |
# File 'lib/quickfix_fields.rb', line 8781 def initialize(data = nil) if( data == nil ) super(582) else super(582, data) end end |
Class Method Details
.field ⇒ Object
8778 8779 8780 |
# File 'lib/quickfix_fields.rb', line 8778 def CustOrderCapacity.field return 582 end |