Class: Quickfix::ProvisionOptionExerciseFrequencyUnit

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

Returns a new instance of ProvisionOptionExerciseFrequencyUnit.



28970
28971
28972
28973
28974
28975
28976
# File 'lib/quickfix_fields.rb', line 28970

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

Class Method Details

.fieldObject



28967
28968
28969
# File 'lib/quickfix_fields.rb', line 28967

def ProvisionOptionExerciseFrequencyUnit.field
  return 40128
end