Class: Quickfix::UnderlyingInstrumentPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartyID

Returns a new instance of UnderlyingInstrumentPartyID.



18791
18792
18793
18794
18795
18796
18797
# File 'lib/quickfix_fields.rb', line 18791

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