Class: Quickfix::PosReportAction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PosReportAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReportAction
constructor
A new instance of PosReportAction.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
57190 57191 57192 |
# File 'lib/quickfix_fields.rb', line 57190 def PosReportAction.field return 2364 end |