Class: Quickfix::CashSettlNumOfValuationDates

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

Returns a new instance of CashSettlNumOfValuationDates.



27618
27619
27620
27621
27622
27623
27624
# File 'lib/quickfix_fields.rb', line 27618

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

Class Method Details

.fieldObject



27615
27616
27617
# File 'lib/quickfix_fields.rb', line 27615

def CashSettlNumOfValuationDates.field
  return 40917
end