Class: Quickfix::NoQuoteSets

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

Returns a new instance of NoQuoteSets.



3737
3738
3739
3740
3741
3742
3743
# File 'lib/quickfix_fields.rb', line 3737

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

Class Method Details

.fieldObject



3734
3735
3736
# File 'lib/quickfix_fields.rb', line 3734

def NoQuoteSets.field
  return 296
end