Class: Quickfix::LegPaymentStreamPricingDayNumber

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamPricingDayNumber

Returns a new instance of LegPaymentStreamPricingDayNumber.



50537
50538
50539
50540
50541
50542
50543
# File 'lib/quickfix_fields.rb', line 50537

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