Class: Quickfix::QuoteQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteQualifier

Returns a new instance of QuoteQualifier.



11680
11681
11682
11683
11684
11685
11686
# File 'lib/quickfix_fields.rb', line 11680

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

Class Method Details

.fieldObject



11677
11678
11679
# File 'lib/quickfix_fields.rb', line 11677

def QuoteQualifier.field
  return 695
end