Class: Quickfix::RegulatoryTradeIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegulatoryTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegulatoryTradeIDSource
constructor
A new instance of RegulatoryTradeIDSource.
Constructor Details
#initialize(data = nil) ⇒ RegulatoryTradeIDSource
Returns a new instance of RegulatoryTradeIDSource.
25096 25097 25098 25099 25100 25101 25102 |
# File 'lib/quickfix_fields.rb', line 25096 def initialize(data = nil) if( data == nil ) super(1905) else super(1905, data) end end |