Class: Quickfix::DerivativeSecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSecurityAltID
constructor
A new instance of DerivativeSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSecurityAltID
Returns a new instance of DerivativeSecurityAltID.
16243 16244 16245 16246 16247 16248 16249 |
# File 'lib/quickfix_fields.rb', line 16243 def initialize(data = nil) if( data == nil ) super(1219) else super(1219, data) end end |