Class: Quickfix::OptionExerciseExpirationRollConvention

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

Returns a new instance of OptionExerciseExpirationRollConvention.



44167
44168
44169
44170
44171
44172
44173
# File 'lib/quickfix_fields.rb', line 44167

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

Class Method Details

.fieldObject



44164
44165
44166
# File 'lib/quickfix_fields.rb', line 44164

def OptionExerciseExpirationRollConvention.field
  return 41148
end