Class: Quickfix::TotNoRejQuotes

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

Returns a new instance of TotNoRejQuotes.



15606
15607
15608
15609
15610
15611
15612
# File 'lib/quickfix_fields.rb', line 15606

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

Class Method Details

.fieldObject



15603
15604
15605
# File 'lib/quickfix_fields.rb', line 15603

def TotNoRejQuotes.field
  return 1170
end