Class: Quickfix::ProvisionCashSettlPaymentDateRangeFirst

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

Returns a new instance of ProvisionCashSettlPaymentDateRangeFirst.



29503
29504
29505
29506
29507
29508
29509
# File 'lib/quickfix_fields.rb', line 29503

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

Class Method Details

.fieldObject



29500
29501
29502
# File 'lib/quickfix_fields.rb', line 29500

def ProvisionCashSettlPaymentDateRangeFirst.field
	return 40169
end