Class: Quickfix::RelatedSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedSecurityID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityID
constructor
A new instance of RelatedSecurityID.
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityID
Returns a new instance of RelatedSecurityID.
20299 20300 20301 20302 20303 20304 20305 |
# File 'lib/quickfix_fields.rb', line 20299 def initialize(data = nil) if( data == nil ) super(1650) else super(1650, data) end end |