Class: Quickfix::SettlMethodElectionDateOffsetDayType

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

Returns a new instance of SettlMethodElectionDateOffsetDayType.



70843
70844
70845
70846
70847
70848
70849
# File 'lib/quickfix_fields.rb', line 70843

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

Class Method Details

.fieldObject



70840
70841
70842
# File 'lib/quickfix_fields.rb', line 70840

def SettlMethodElectionDateOffsetDayType.field
  return 42782
end