Class: Quickfix::NoQuoteSets

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoQuoteSets

Returns a new instance of NoQuoteSets.



5778
5779
5780
5781
5782
5783
5784
# File 'lib/quickfix_fields.rb', line 5778

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

Class Method Details

.fieldObject



5775
5776
5777
# File 'lib/quickfix_fields.rb', line 5775

def NoQuoteSets.field
	return 296
end