Class: Quickfix::LegPaymentStreamRateCutoffDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamRateCutoffDateOffsetPeriod.



31492
31493
31494
31495
31496
31497
31498
# File 'lib/quickfix_fields.rb', line 31492

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

Class Method Details

.fieldObject



31489
31490
31491
# File 'lib/quickfix_fields.rb', line 31489

def LegPaymentStreamRateCutoffDateOffsetPeriod.field
	return 40323
end