Class: Quickfix::RootPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartyID

Returns a new instance of RootPartyID.



14917
14918
14919
14920
14921
14922
14923
# File 'lib/quickfix_fields.rb', line 14917

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