Class: Quickfix::TotNoFills

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

Returns a new instance of TotNoFills.



18089
18090
18091
18092
18093
18094
18095
# File 'lib/quickfix_fields.rb', line 18089

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

Class Method Details

.fieldObject



18086
18087
18088
# File 'lib/quickfix_fields.rb', line 18086

def TotNoFills.field
  return 1361
end