Class: Quickfix::LegDeliveryStreamToleranceType

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

Returns a new instance of LegDeliveryStreamToleranceType.



48483
48484
48485
48486
48487
48488
48489
# File 'lib/quickfix_fields.rb', line 48483

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

Class Method Details

.fieldObject



48480
48481
48482
# File 'lib/quickfix_fields.rb', line 48480

def LegDeliveryStreamToleranceType.field
  return 41445
end