Class: Quickfix::UnderlyingOptionExerciseExpirationFrequencyUnit

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

Returns a new instance of UnderlyingOptionExerciseExpirationFrequencyUnit.



54138
54139
54140
54141
54142
54143
54144
# File 'lib/quickfix_fields.rb', line 54138

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

Class Method Details

.fieldObject



54135
54136
54137
# File 'lib/quickfix_fields.rb', line 54135

def UnderlyingOptionExerciseExpirationFrequencyUnit.field
  return 41851
end