Class: Quickfix::PosReportAction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PosReportAction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReportAction
constructor
A new instance of PosReportAction.
Constructor Details
#initialize(data = nil) ⇒ PosReportAction
Returns a new instance of PosReportAction.
57193 57194 57195 57196 57197 57198 57199 |
# File 'lib/quickfix_fields.rb', line 57193 def initialize(data = nil) if( data == nil ) super(2364) else super(2364, data) end end |