Class: Quickfix::OnBehalfOfSubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OnBehalfOfSubID

Returns a new instance of OnBehalfOfSubID.



4270
4271
4272
4273
4274
4275
4276
# File 'lib/quickfix_fields.rb', line 4270

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

Class Method Details

.fieldObject



4267
4268
4269
# File 'lib/quickfix_fields.rb', line 4267

def OnBehalfOfSubID.field
	return 116
end