Class: Quickfix::AllocCustomerCapacity
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocCustomerCapacity
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocCustomerCapacity
constructor
A new instance of AllocCustomerCapacity.
Constructor Details
#initialize(data = nil) ⇒ AllocCustomerCapacity
Returns a new instance of AllocCustomerCapacity.
7299 7300 7301 7302 7303 7304 7305 |
# File 'lib/quickfix_fields.rb', line 7299 def initialize(data = nil) if( data == nil ) super(993) else super(993, data) end end |
Class Method Details
.field ⇒ Object
7296 7297 7298 |
# File 'lib/quickfix_fields.rb', line 7296 def AllocCustomerCapacity.field return 993 end |