Class: Quickfix::CashSettlValuationSubsequentBusinessDaysOffset

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

Returns a new instance of CashSettlValuationSubsequentBusinessDaysOffset.



27605
27606
27607
27608
27609
27610
27611
# File 'lib/quickfix_fields.rb', line 27605

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

Class Method Details

.fieldObject



27602
27603
27604
# File 'lib/quickfix_fields.rb', line 27602

def CashSettlValuationSubsequentBusinessDaysOffset.field
  return 40916
end