Class: Quickfix::DerivativeEncodedSecurityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeEncodedSecurityDesc



17010
17011
17012
17013
17014
17015
17016
# File 'lib/quickfix_fields.rb', line 17010

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