Class: Quickfix::MthToDefault

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

Returns a new instance of MthToDefault.



25447
25448
25449
25450
25451
25452
25453
# File 'lib/quickfix_fields.rb', line 25447

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

Class Method Details

.fieldObject



25444
25445
25446
# File 'lib/quickfix_fields.rb', line 25444

def MthToDefault.field
  return 1943
end