Class: Quickfix::RelatedSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityIDSource
constructor
A new instance of RelatedSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityIDSource
Returns a new instance of RelatedSecurityIDSource.
20312 20313 20314 20315 20316 20317 20318 |
# File 'lib/quickfix_fields.rb', line 20312 def initialize(data = nil) if( data == nil ) super(1651) else super(1651, data) end end |