Class: Quickfix::NoFills

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

Returns a new instance of NoFills.



18102
18103
18104
18105
18106
18107
18108
# File 'lib/quickfix_fields.rb', line 18102

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

Class Method Details

.fieldObject



18099
18100
18101
# File 'lib/quickfix_fields.rb', line 18099

def NoFills.field
  return 1362
end