Class: Quickfix::RelatedSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedSecurityType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedSecurityType
constructor
A new instance of RelatedSecurityType.
Constructor Details
#initialize(data = nil) ⇒ RelatedSecurityType
Returns a new instance of RelatedSecurityType.
20325 20326 20327 20328 20329 20330 20331 |
# File 'lib/quickfix_fields.rb', line 20325 def initialize(data = nil) if( data == nil ) super(1652) else super(1652, data) end end |