Class: Quickfix::CashSettlValuationFirstBusinessDayOffset

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

Returns a new instance of CashSettlValuationFirstBusinessDayOffset.



27592
27593
27594
27595
27596
27597
27598
# File 'lib/quickfix_fields.rb', line 27592

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

Class Method Details

.fieldObject



27589
27590
27591
# File 'lib/quickfix_fields.rb', line 27589

def CashSettlValuationFirstBusinessDayOffset.field
  return 40024
end