Class: Quickfix::LegProvisionCashSettlPaymentDateRangeFirst

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

Returns a new instance of LegProvisionCashSettlPaymentDateRangeFirst.



34079
34080
34081
34082
34083
34084
34085
# File 'lib/quickfix_fields.rb', line 34079

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

Class Method Details

.fieldObject



34076
34077
34078
# File 'lib/quickfix_fields.rb', line 34076

def LegProvisionCashSettlPaymentDateRangeFirst.field
	return 40522
end