Class: Quickfix::NoQuoteQualifiers

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

Returns a new instance of NoQuoteQualifiers.



10068
10069
10070
10071
10072
10073
10074
# File 'lib/quickfix_fields.rb', line 10068

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

Class Method Details

.fieldObject



10065
10066
10067
# File 'lib/quickfix_fields.rb', line 10065

def NoQuoteQualifiers.field
  return 735
end