Class: Quickfix::PayReportTransType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PayReportTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayReportTransType
constructor
A new instance of PayReportTransType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PayReportTransType
Returns a new instance of PayReportTransType.
77109 77110 77111 77112 77113 77114 77115 |
# File 'lib/quickfix_fields.rb', line 77109 def initialize(data = nil) if( data == nil ) super(2804) else super(2804, data) end end |
Class Method Details
.field ⇒ Object
77106 77107 77108 |
# File 'lib/quickfix_fields.rb', line 77106 def PayReportTransType.field return 2804 end |