Class: Quickfix::LegSettlMethodElectionDateOffsetDayType

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

Returns a new instance of LegSettlMethodElectionDateOffsetDayType.



68230
68231
68232
68233
68234
68235
68236
# File 'lib/quickfix_fields.rb', line 68230

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

Class Method Details

.fieldObject



68227
68228
68229
# File 'lib/quickfix_fields.rb', line 68227

def LegSettlMethodElectionDateOffsetDayType.field
  return 42579
end