Class: Quickfix::NoQuoteEntries

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoQuoteEntries



3724
3725
3726
3727
3728
3729
3730
# File 'lib/quickfix_fields.rb', line 3724

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