Class: Quickfix::PayReportRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PayReportRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PayReportRefID
constructor
A new instance of PayReportRefID.
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 |