Class: Quickfix::DerivativeSecurityXMLSchema
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
17608 17609 17610 17611 17612 17613 17614 |
# File 'lib/quickfix_fields.rb', line 17608 def initialize(data = nil) if( data == nil ) super(1284) else super(1284, data) end end |
Class Method Details
.field ⇒ Object
17605 17606 17607 |
# File 'lib/quickfix_fields.rb', line 17605 def DerivativeSecurityXMLSchema.field return 1284 end |