Class: Quickfix::DerivativeUPICode

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeUPICode

Returns a new instance of DerivativeUPICode.



78292
78293
78294
78295
78296
78297
78298
# File 'lib/quickfix_fields.rb', line 78292

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