Class: Quickfix::LegDeliveryStreamToleranceOptionSide

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

Returns a new instance of LegDeliveryStreamToleranceOptionSide.



48496
48497
48498
48499
48500
48501
48502
# File 'lib/quickfix_fields.rb', line 48496

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

Class Method Details

.fieldObject



48493
48494
48495
# File 'lib/quickfix_fields.rb', line 48493

def LegDeliveryStreamToleranceOptionSide.field
  return 41446
end