Class: Quickfix::LegCashSettlNumOfValuationDates

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

Returns a new instance of LegCashSettlNumOfValuationDates.



46754
46755
46756
46757
46758
46759
46760
# File 'lib/quickfix_fields.rb', line 46754

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

Class Method Details

.fieldObject



46751
46752
46753
# File 'lib/quickfix_fields.rb', line 46751

def LegCashSettlNumOfValuationDates.field
	return 41348
end