Class: Quickfix::ProvisionOptionExerciseEarliestDateOffsetUnit

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



28944
28945
28946
28947
28948
28949
28950
# File 'lib/quickfix_fields.rb', line 28944

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

Class Method Details

.fieldObject



28941
28942
28943
# File 'lib/quickfix_fields.rb', line 28941

def ProvisionOptionExerciseEarliestDateOffsetUnit.field
  return 40126
end