Class: Quickfix::LegPaymentStubIndexRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndexRateTreatment

Returns a new instance of LegPaymentStubIndexRateTreatment.



32896
32897
32898
32899
32900
32901
32902
# File 'lib/quickfix_fields.rb', line 32896

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