Class: Quickfix::LegProvisionOptionExerciseFrequencyUnit

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

Returns a new instance of LegProvisionOptionExerciseFrequencyUnit.



33546
33547
33548
33549
33550
33551
33552
# File 'lib/quickfix_fields.rb', line 33546

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

Class Method Details

.fieldObject



33543
33544
33545
# File 'lib/quickfix_fields.rb', line 33543

def LegProvisionOptionExerciseFrequencyUnit.field
  return 40481
end