Class: Quickfix::RelatedToSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedToSecurityID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedToSecurityID
constructor
A new instance of RelatedToSecurityID.
Constructor Details
#initialize(data = nil) ⇒ RelatedToSecurityID
Returns a new instance of RelatedToSecurityID.
57869 57870 57871 57872 57873 57874 57875 |
# File 'lib/quickfix_fields.rb', line 57869 def initialize(data = nil) if( data == nil ) super(2413) else super(2413, data) end end |