Class: Quickfix::DerivativeSecurityAltID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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