Class: Quickfix::UnderlyingOptionExerciseExpirationDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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