Class: Quickfix::LegPaymentStreamResetDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessDayConvention

Returns a new instance of LegPaymentStreamResetDateBusinessDayConvention.



31245
31246
31247
31248
31249
31250
31251
# File 'lib/quickfix_fields.rb', line 31245

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