Class: Quickfix::SecurityXMLSchema
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityXMLSchema
constructor
A new instance of SecurityXMLSchema.
Constructor Details
#initialize(data = nil) ⇒ SecurityXMLSchema
Returns a new instance of SecurityXMLSchema.
15814 15815 15816 15817 15818 15819 15820 |
# File 'lib/quickfix_fields.rb', line 15814 def initialize(data = nil) if( data == nil ) super(1186) else super(1186, data) end end |