Class: Quickfix::PosMaintAction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosMaintAction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosMaintAction
constructor
A new instance of PosMaintAction.
Constructor Details
#initialize(data = nil) ⇒ PosMaintAction
Returns a new instance of PosMaintAction.
9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/quickfix_fields.rb', line 9769 def initialize(data = nil) if( data == nil ) super(712) else super(712, data) end end |