Class: Quickfix::PartySubID

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) ⇒ PartySubID

Returns a new instance of PartySubID.



7182
7183
7184
7185
7186
7187
7188
# File 'lib/quickfix_fields.rb', line 7182

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

Class Method Details

.fieldObject



7179
7180
7181
# File 'lib/quickfix_fields.rb', line 7179

def PartySubID.field
	return 523
end