Class: Quickfix::DerivativeSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityAltID

Returns a new instance of DerivativeSecurityAltID.



16958
16959
16960
16961
16962
16963
16964
# File 'lib/quickfix_fields.rb', line 16958

def initialize(data = nil)
	if( data == nil )
		super(1219)
	else
		super(1219, data)
	end
end

Class Method Details

.fieldObject



16955
16956
16957
# File 'lib/quickfix_fields.rb', line 16955

def DerivativeSecurityAltID.field
	return 1219
end