Class: Quickfix::OnBehalfOfLocationID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OnBehalfOfLocationID

Returns a new instance of OnBehalfOfLocationID.



4257
4258
4259
4260
4261
4262
4263
# File 'lib/quickfix_fields.rb', line 4257

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

Class Method Details

.fieldObject



4254
4255
4256
# File 'lib/quickfix_fields.rb', line 4254

def OnBehalfOfLocationID.field
	return 144
end