Class: Quickfix::PositionCapacity
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PositionCapacity
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PositionCapacity
constructor
A new instance of PositionCapacity.
Constructor Details
#initialize(data = nil) ⇒ PositionCapacity
Returns a new instance of PositionCapacity.
24030 24031 24032 24033 24034 24035 24036 |
# File 'lib/quickfix_fields.rb', line 24030 def initialize(data = nil) if( data == nil ) super(1834) else super(1834, data) end end |