Class: Quickfix::LegPaymentStreamRateCutoffDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetUnit

Returns a new instance of LegPaymentStreamRateCutoffDateOffsetUnit.



31505
31506
31507
31508
31509
31510
31511
# File 'lib/quickfix_fields.rb', line 31505

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

Class Method Details

.fieldObject



31502
31503
31504
# File 'lib/quickfix_fields.rb', line 31502

def LegPaymentStreamRateCutoffDateOffsetUnit.field
	return 40324
end