Class: Quickfix::PayReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PayReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayReportID
constructor
A new instance of PayReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PayReportID
Returns a new instance of PayReportID.
77044 77045 77046 77047 77048 77049 77050 |
# File 'lib/quickfix_fields.rb', line 77044 def initialize(data = nil) if( data == nil ) super(2799) else super(2799, data) end end |
Class Method Details
.field ⇒ Object
77041 77042 77043 |
# File 'lib/quickfix_fields.rb', line 77041 def PayReportID.field return 2799 end |