Class: Quickfix::UnderlyingDeliveryStreamToleranceOptionSide

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



53397
53398
53399
53400
53401
53402
53403
# File 'lib/quickfix_fields.rb', line 53397

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

Class Method Details

.fieldObject



53394
53395
53396
# File 'lib/quickfix_fields.rb', line 53394

def UnderlyingDeliveryStreamToleranceOptionSide.field
  return 41794
end