Class: Quickfix::QuoteRespType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ QuoteRespType

Returns a new instance of QuoteRespType.



9535
9536
9537
9538
9539
9540
9541
# File 'lib/quickfix_fields.rb', line 9535

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

Class Method Details

.fieldObject



9532
9533
9534
# File 'lib/quickfix_fields.rb', line 9532

def QuoteRespType.field
	return 694
end