Class: Quickfix::OnBehalfOfCompID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OnBehalfOfCompID

Returns a new instance of OnBehalfOfCompID.



15385
15386
15387
15388
15389
15390
15391
# File 'lib/quickfix_fields.rb', line 15385

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

Class Method Details

.fieldObject



15382
15383
15384
# File 'lib/quickfix_fields.rb', line 15382

def OnBehalfOfCompID.field
	return 115
end