Class: Quickfix::RootPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartySubIDType

Returns a new instance of RootPartySubIDType.



13214
13215
13216
13217
13218
13219
13220
# File 'lib/quickfix_fields.rb', line 13214

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

Class Method Details

.fieldObject



13211
13212
13213
# File 'lib/quickfix_fields.rb', line 13211

def RootPartySubIDType.field
	return 1122
end