Class: Quickfix::LegMthToDefault

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

Returns a new instance of LegMthToDefault.



42620
42621
42622
42623
42624
42625
42626
# File 'lib/quickfix_fields.rb', line 42620

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

Class Method Details

.fieldObject



42617
42618
42619
# File 'lib/quickfix_fields.rb', line 42617

def LegMthToDefault.field
  return 2158
end