Class: Quickfix::NoRootPartyIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRootPartyIDs

Returns a new instance of NoRootPartyIDs.



13266
13267
13268
13269
13270
13271
13272
# File 'lib/quickfix_fields.rb', line 13266

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

Class Method Details

.fieldObject



13263
13264
13265
# File 'lib/quickfix_fields.rb', line 13263

def NoRootPartyIDs.field
	return 1116
end