Class: Quickfix::NoFills

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoFills

Returns a new instance of NoFills.



17777
17778
17779
17780
17781
17782
17783
# File 'lib/quickfix_fields.rb', line 17777

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

Class Method Details

.fieldObject



17774
17775
17776
# File 'lib/quickfix_fields.rb', line 17774

def NoFills.field
  return 1362
end