Class: Quickfix::RootPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartyID

Returns a new instance of RootPartyID.



17517
17518
17519
17520
17521
17522
17523
# File 'lib/quickfix_fields.rb', line 17517

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

Class Method Details

.fieldObject



17514
17515
17516
# File 'lib/quickfix_fields.rb', line 17514

def RootPartyID.field
	return 1117
end