Class: Quickfix::ClientBidID

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

Returns a new instance of ClientBidID.



4868
4869
4870
4871
4872
4873
4874
# File 'lib/quickfix_fields.rb', line 4868

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

Class Method Details

.fieldObject



4865
4866
4867
# File 'lib/quickfix_fields.rb', line 4865

def ClientBidID.field
	return 391
end