Class: Quickfix::NoCapacities
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCapacities
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCapacities
constructor
A new instance of NoCapacities.
Constructor Details
#initialize(data = nil) ⇒ NoCapacities
Returns a new instance of NoCapacities.
2515 2516 2517 2518 2519 2520 2521 |
# File 'lib/quickfix_fields.rb', line 2515 def initialize(data = nil) if( data == nil ) super(862) else super(862, data) end end |
Class Method Details
.field ⇒ Object
2512 2513 2514 |
# File 'lib/quickfix_fields.rb', line 2512 def NoCapacities.field return 862 end |