Class: Quickfix::LegSettlRatePostponementMaximumDays

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSettlRatePostponementMaximumDays

Returns a new instance of LegSettlRatePostponementMaximumDays.



39032
39033
39034
39035
39036
39037
39038
# File 'lib/quickfix_fields.rb', line 39032

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

Class Method Details

.fieldObject



39029
39030
39031
# File 'lib/quickfix_fields.rb', line 39029

def LegSettlRatePostponementMaximumDays.field
	return 40903
end