Class: Quickfix::DeliveryStreamToleranceOptionSide

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

Returns a new instance of DeliveryStreamToleranceOptionSide.



42061
42062
42063
42064
42065
42066
42067
# File 'lib/quickfix_fields.rb', line 42061

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

Class Method Details

.fieldObject



42058
42059
42060
# File 'lib/quickfix_fields.rb', line 42058

def DeliveryStreamToleranceOptionSide.field
  return 41075
end