Class: Quickfix::LegPaymentStubIndex2RateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2RateTreatment

Returns a new instance of LegPaymentStubIndex2RateTreatment.



33078
33079
33080
33081
33082
33083
33084
# File 'lib/quickfix_fields.rb', line 33078

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