Class: Quickfix::PosMaintAction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosMaintAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
18180 18181 18182 18183 18184 18185 18186 |
# File 'lib/quickfix_fields.rb', line 18180 def initialize(data = nil) if( data == nil ) super(712) else super(712, data) end end |
Class Method Details
.field ⇒ Object
18177 18178 18179 |
# File 'lib/quickfix_fields.rb', line 18177 def PosMaintAction.field return 712 end |