Class: Quickfix::QuoteRespID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteRespID

Returns a new instance of QuoteRespID.



18999
19000
19001
19002
19003
19004
19005
# File 'lib/quickfix_fields.rb', line 18999

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

Class Method Details

.fieldObject



18996
18997
18998
# File 'lib/quickfix_fields.rb', line 18996

def QuoteRespID.field
	return 693
end