Class: Quickfix::EntitlementReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EntitlementReportID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EntitlementReportID
constructor
A new instance of EntitlementReportID.
Constructor Details
#initialize(data = nil) ⇒ EntitlementReportID
Returns a new instance of EntitlementReportID.
23159 23160 23161 23162 23163 23164 23165 |
# File 'lib/quickfix_fields.rb', line 23159 def initialize(data = nil) if( data == nil ) super(1771) else super(1771, data) end end |