Class: Quickfix::LegProvisionCashSettlPaymentDateOffsetUnit

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

Returns a new instance of LegProvisionCashSettlPaymentDateOffsetUnit.



34053
34054
34055
34056
34057
34058
34059
# File 'lib/quickfix_fields.rb', line 34053

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

Class Method Details

.fieldObject



34050
34051
34052
# File 'lib/quickfix_fields.rb', line 34050

def LegProvisionCashSettlPaymentDateOffsetUnit.field
	return 40520
end