Class: Quickfix::OnBehalfOfCompID

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

Returns a new instance of OnBehalfOfCompID.



344
345
346
347
348
349
350
# File 'lib/quickfix_fields.rb', line 344

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

Class Method Details

.fieldObject



341
342
343
# File 'lib/quickfix_fields.rb', line 341

def OnBehalfOfCompID.field
	return 115
end