Class: Quickfix::LegNthToDefault

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

Returns a new instance of LegNthToDefault.



42607
42608
42609
42610
42611
42612
42613
# File 'lib/quickfix_fields.rb', line 42607

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

Class Method Details

.fieldObject



42604
42605
42606
# File 'lib/quickfix_fields.rb', line 42604

def LegNthToDefault.field
  return 2157
end