Class: Quickfix::UnderlyingSecurityXML
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityXML
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityXML
constructor
A new instance of UnderlyingSecurityXML.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityXML
Returns a new instance of UnderlyingSecurityXML.
24537 24538 24539 24540 24541 24542 24543 |
# File 'lib/quickfix_fields.rb', line 24537 def initialize(data = nil) if( data == nil ) super(1875) else super(1875, data) end end |