Class: Quickfix::DerivativeSecurityAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityAltIDSource

Returns a new instance of DerivativeSecurityAltIDSource.



942
943
944
945
946
947
948
# File 'lib/quickfix_fields.rb', line 942

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

Class Method Details

.fieldObject



939
940
941
# File 'lib/quickfix_fields.rb', line 939

def DerivativeSecurityAltIDSource.field
	return 1220
end