Class: Quickfix::RegulatoryReportType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RegulatoryReportType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryReportType
constructor
A new instance of RegulatoryReportType.
Constructor Details
#initialize(data = nil) ⇒ RegulatoryReportType
Returns a new instance of RegulatoryReportType.
25330 25331 25332 25333 25334 25335 25336 |
# File 'lib/quickfix_fields.rb', line 25330 def initialize(data = nil) if( data == nil ) super(1934) else super(1934, data) end end |