Class: Quickfix::DerivativeSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityType
constructor
A new instance of DerivativeSecurityType.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityType
Returns a new instance of DerivativeSecurityType.
16594 16595 16596 16597 16598 16599 16600 |
# File 'lib/quickfix_fields.rb', line 16594 def initialize(data = nil) if( data == nil ) super(1249) else super(1249, data) end end |