Class: Quickfix::LegPaymentStreamFinalPricePaymentDateOffsetDayType

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) ⇒ LegPaymentStreamFinalPricePaymentDateOffsetDayType

Returns a new instance of LegPaymentStreamFinalPricePaymentDateOffsetDayType.



66644
66645
66646
66647
66648
66649
66650
# File 'lib/quickfix_fields.rb', line 66644

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

Class Method Details

.fieldObject



66641
66642
66643
# File 'lib/quickfix_fields.rb', line 66641

def LegPaymentStreamFinalPricePaymentDateOffsetDayType.field
	return 42457
end