Class: Quickfix::UnderlyingInstrumentPartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubID

Returns a new instance of UnderlyingInstrumentPartySubID.



18830
18831
18832
18833
18834
18835
18836
# File 'lib/quickfix_fields.rb', line 18830

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