Class: Quickfix::LegDeliveryScheduleNegativeTolerance

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleNegativeTolerance

Returns a new instance of LegDeliveryScheduleNegativeTolerance.



48067
48068
48069
48070
48071
48072
48073
# File 'lib/quickfix_fields.rb', line 48067

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

Class Method Details

.fieldObject



48064
48065
48066
# File 'lib/quickfix_fields.rb', line 48064

def LegDeliveryScheduleNegativeTolerance.field
  return 41414
end