Class: Quickfix::UnderlyingOptionExerciseExpirationDate

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

Returns a new instance of UnderlyingOptionExerciseExpirationDate.



54216
54217
54218
54219
54220
54221
54222
# File 'lib/quickfix_fields.rb', line 54216

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

Class Method Details

.fieldObject



54213
54214
54215
# File 'lib/quickfix_fields.rb', line 54213

def UnderlyingOptionExerciseExpirationDate.field
  return 41857
end