Class: Quickfix::UnderlyingCashSettlDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlDateOffsetUnit

Returns a new instance of UnderlyingCashSettlDateOffsetUnit.



70999
71000
71001
71002
71003
71004
71005
# File 'lib/quickfix_fields.rb', line 70999

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

Class Method Details

.fieldObject



70996
70997
70998
# File 'lib/quickfix_fields.rb', line 70996

def UnderlyingCashSettlDateOffsetUnit.field
  return 42794
end