Class: Quickfix::LegPaymentStreamCalculationLagPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCalculationLagPeriod

Returns a new instance of LegPaymentStreamCalculationLagPeriod.



50303
50304
50305
50306
50307
50308
50309
# File 'lib/quickfix_fields.rb', line 50303

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