Class: Quickfix::LegPaymentStreamCompoundingStartDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamCompoundingStartDateOffsetPeriod.



66514
66515
66516
66517
66518
66519
66520
# File 'lib/quickfix_fields.rb', line 66514

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

Class Method Details

.fieldObject



66511
66512
66513
# File 'lib/quickfix_fields.rb', line 66511

def LegPaymentStreamCompoundingStartDateOffsetPeriod.field
	return 42447
end