Class: Quickfix::UnderlyingSettlMethodElectionDateOffsetPeriod

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

Returns a new instance of UnderlyingSettlMethodElectionDateOffsetPeriod.



74964
74965
74966
74967
74968
74969
74970
# File 'lib/quickfix_fields.rb', line 74964

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

Class Method Details

.fieldObject



74961
74962
74963
# File 'lib/quickfix_fields.rb', line 74961

def UnderlyingSettlMethodElectionDateOffsetPeriod.field
  return 43079
end