Class: Quickfix::SideRegulatoryLegRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideRegulatoryLegRefID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryLegRefID
constructor
A new instance of SideRegulatoryLegRefID.
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryLegRefID
Returns a new instance of SideRegulatoryLegRefID.
57661 57662 57663 57664 57665 57666 57667 |
# File 'lib/quickfix_fields.rb', line 57661 def initialize(data = nil) if( data == nil ) super(2416) else super(2416, data) end end |