Class: Quickfix::NoMDEntries

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

Returns a new instance of NoMDEntries.



3373
3374
3375
3376
3377
3378
3379
# File 'lib/quickfix_fields.rb', line 3373

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

Class Method Details

.fieldObject



3370
3371
3372
# File 'lib/quickfix_fields.rb', line 3370

def NoMDEntries.field
  return 268
end