Class: Quickfix::SideCollateralReinvestmentType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SideCollateralReinvestmentType

Returns a new instance of SideCollateralReinvestmentType.



77928
77929
77930
77931
77932
77933
77934
# File 'lib/quickfix_fields.rb', line 77928

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

Class Method Details

.fieldObject



77925
77926
77927
# File 'lib/quickfix_fields.rb', line 77925

def SideCollateralReinvestmentType.field
	return 2867
end