Class: Quickfix::Nested3PartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartyID

Returns a new instance of Nested3PartyID.



12798
12799
12800
12801
12802
12803
12804
# File 'lib/quickfix_fields.rb', line 12798

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