Class: Quickfix::LegPaymentStreamNonDeliverableFixingDatesBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamNonDeliverableFixingDatesBusinessDayConvention

Returns a new instance of LegPaymentStreamNonDeliverableFixingDatesBusinessDayConvention.



31973
31974
31975
31976
31977
31978
31979
# File 'lib/quickfix_fields.rb', line 31973

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

Class Method Details

.fieldObject



31970
31971
31972
# File 'lib/quickfix_fields.rb', line 31970

def LegPaymentStreamNonDeliverableFixingDatesBusinessDayConvention.field
	return 40360
end