Class: Quickfix::ProvisionCashSettlPaymentDateRangeLast

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

Returns a new instance of ProvisionCashSettlPaymentDateRangeLast.



29516
29517
29518
29519
29520
29521
29522
# File 'lib/quickfix_fields.rb', line 29516

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

Class Method Details

.fieldObject



29513
29514
29515
# File 'lib/quickfix_fields.rb', line 29513

def ProvisionCashSettlPaymentDateRangeLast.field
	return 40170
end