Class: Quickfix::RootPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RootPartySubID

Returns a new instance of RootPartySubID.



14969
14970
14971
14972
14973
14974
14975
# File 'lib/quickfix_fields.rb', line 14969

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

Class Method Details

.fieldObject



14966
14967
14968
# File 'lib/quickfix_fields.rb', line 14966

def RootPartySubID.field
	return 1121
end