Class: Quickfix::QuoteReqID

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

Returns a new instance of QuoteReqID.



2177
2178
2179
2180
2181
2182
2183
# File 'lib/quickfix_fields.rb', line 2177

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

Class Method Details

.fieldObject



2174
2175
2176
# File 'lib/quickfix_fields.rb', line 2174

def QuoteReqID.field
	return 131
end