Class: Quickfix::TotNoAccQuotes

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

Returns a new instance of TotNoAccQuotes.



15593
15594
15595
15596
15597
15598
15599
# File 'lib/quickfix_fields.rb', line 15593

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

Class Method Details

.fieldObject



15590
15591
15592
# File 'lib/quickfix_fields.rb', line 15590

def TotNoAccQuotes.field
  return 1169
end