Class: Quickfix::UnderlyingOptionExerciseExpirationTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationTime

Returns a new instance of UnderlyingOptionExerciseExpirationTime.



54177
54178
54179
54180
54181
54182
54183
# File 'lib/quickfix_fields.rb', line 54177

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