Class: Quickfix::DerivativeSecurityXMLSchema
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityXMLSchema
constructor
A new instance of DerivativeSecurityXMLSchema.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityXMLSchema
Returns a new instance of DerivativeSecurityXMLSchema.
17049 17050 17051 17052 17053 17054 17055 |
# File 'lib/quickfix_fields.rb', line 17049 def initialize(data = nil) if( data == nil ) super(1284) else super(1284, data) end end |