Class: Quickfix::UnderlyingCashSettlDateOffsetDayType

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

Returns a new instance of UnderlyingCashSettlDateOffsetDayType.



71012
71013
71014
71015
71016
71017
71018
# File 'lib/quickfix_fields.rb', line 71012

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

Class Method Details

.fieldObject



71009
71010
71011
# File 'lib/quickfix_fields.rb', line 71009

def UnderlyingCashSettlDateOffsetDayType.field
  return 42795
end