Class: Quickfix::NoQuoteQualifiers

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoQuoteQualifiers

Returns a new instance of NoQuoteQualifiers.



2099
2100
2101
2102
2103
2104
2105
# File 'lib/quickfix_fields.rb', line 2099

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

Class Method Details

.fieldObject



2096
2097
2098
# File 'lib/quickfix_fields.rb', line 2096

def NoQuoteQualifiers.field
	return 735
end