Class: Quickfix::ProvisionCashSettlPaymentDate

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

Returns a new instance of ProvisionCashSettlPaymentDate.



29542
29543
29544
29545
29546
29547
29548
# File 'lib/quickfix_fields.rb', line 29542

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

Class Method Details

.fieldObject



29539
29540
29541
# File 'lib/quickfix_fields.rb', line 29539

def ProvisionCashSettlPaymentDate.field
	return 40172
end