Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetUnit

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

Returns a new instance of UnderlyingSettlMethodElectionDateOffsetUnit.



74977
74978
74979
74980
74981
74982
74983
# File 'lib/quickfix_fields.rb', line 74977

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

Class Method Details

.fieldObject



74974
74975
74976
# File 'lib/quickfix_fields.rb', line 74974

def UnderlyingSettlMethodElectionDateOffsetUnit.field
  return 43080
end