Class: Quickfix::RegulatoryLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegulatoryLegRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryLegRefID
constructor
A new instance of RegulatoryLegRefID.
Constructor Details
#initialize(data = nil) ⇒ RegulatoryLegRefID
Returns a new instance of RegulatoryLegRefID.
57648 57649 57650 57651 57652 57653 57654 |
# File 'lib/quickfix_fields.rb', line 57648 def initialize(data = nil) if( data == nil ) super(2411) else super(2411, data) end end |