Class: Quickfix::SideRegulatoryTradeIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideRegulatoryTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideRegulatoryTradeIDSource
constructor
A new instance of SideRegulatoryTradeIDSource.
Constructor Details
#initialize(data = nil) ⇒ SideRegulatoryTradeIDSource
25837 25838 25839 25840 25841 25842 25843 |
# File 'lib/quickfix_fields.rb', line 25837 def initialize(data = nil) if( data == nil ) super(1973) else super(1973, data) end end |