Class: Quickfix::UnderlyingCashSettlNumOfValuationDates

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

Returns a new instance of UnderlyingCashSettlNumOfValuationDates.



58415
58416
58417
58418
58419
58420
58421
# File 'lib/quickfix_fields.rb', line 58415

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

Class Method Details

.fieldObject



58412
58413
58414
# File 'lib/quickfix_fields.rb', line 58412

def UnderlyingCashSettlNumOfValuationDates.field
	return 42045
end