Class: Quickfix::UnderlyingOptionExerciseExpirationRollConvention

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

Returns a new instance of UnderlyingOptionExerciseExpirationRollConvention.



54151
54152
54153
54154
54155
54156
54157
# File 'lib/quickfix_fields.rb', line 54151

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

Class Method Details

.fieldObject



54148
54149
54150
# File 'lib/quickfix_fields.rb', line 54148

def UnderlyingOptionExerciseExpirationRollConvention.field
  return 41852
end