Class: Quickfix::NoDerivativeSecurityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDerivativeSecurityAltID

Returns a new instance of NoDerivativeSecurityAltID.



15840
15841
15842
15843
15844
15845
15846
# File 'lib/quickfix_fields.rb', line 15840

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

Class Method Details

.fieldObject



15837
15838
15839
# File 'lib/quickfix_fields.rb', line 15837

def NoDerivativeSecurityAltID.field
	return 1218
end