Class: Quickfix::CustOrderCapacity
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CustOrderCapacity
- Defined in:
- lib/quickfix_fields.rb
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.
7923 7924 7925 7926 7927 7928 7929 |
# File 'lib/quickfix_fields.rb', line 7923 def initialize(data = nil) if( data == nil ) super(582) else super(582, data) end end |