Class: Quickfix::OptionExerciseExpirationDate

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

Returns a new instance of OptionExerciseExpirationDate.



44232
44233
44234
44235
44236
44237
44238
# File 'lib/quickfix_fields.rb', line 44232

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

Class Method Details

.fieldObject



44229
44230
44231
# File 'lib/quickfix_fields.rb', line 44229

def OptionExerciseExpirationDate.field
  return 41153
end