Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeLast

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

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRangeLast.



59104
59105
59106
59107
59108
59109
59110
# File 'lib/quickfix_fields.rb', line 59104

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

Class Method Details

.fieldObject



59101
59102
59103
# File 'lib/quickfix_fields.rb', line 59101

def UnderlyingProvisionCashSettlPaymentDateRangeLast.field
	return 42098
end