Class: Quickfix::PayReportRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayReportRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayReportRefID
constructor
A new instance of PayReportRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayReportRefID
Returns a new instance of PayReportRefID.
77096 77097 77098 77099 77100 77101 77102 |
# File 'lib/quickfix_fields.rb', line 77096 def initialize(data = nil) if( data == nil ) super(2803) else super(2803, data) end end |
Class Method Details
.field ⇒ Object
77093 77094 77095 |
# File 'lib/quickfix_fields.rb', line 77093 def PayReportRefID.field return 2803 end |