Class: Quickfix::UnderlyingCashSettlValuationSubsequentBusinessDaysOffset

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

Returns a new instance of UnderlyingCashSettlValuationSubsequentBusinessDaysOffset.



58402
58403
58404
58405
58406
58407
58408
# File 'lib/quickfix_fields.rb', line 58402

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

Class Method Details

.fieldObject



58399
58400
58401
# File 'lib/quickfix_fields.rb', line 58399

def UnderlyingCashSettlValuationSubsequentBusinessDaysOffset.field
  return 42044
end