Class: Quickfix::UnderlyingOptionExpirationDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExpirationDesc

Returns a new instance of UnderlyingOptionExpirationDesc.



54268
54269
54270
54271
54272
54273
54274
# File 'lib/quickfix_fields.rb', line 54268

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