Class: Quickfix::LegDeliveryStreamToleranceUnitOfMeasure

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamToleranceUnitOfMeasure

Returns a new instance of LegDeliveryStreamToleranceUnitOfMeasure.



48470
48471
48472
48473
48474
48475
48476
# File 'lib/quickfix_fields.rb', line 48470

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

Class Method Details

.fieldObject



48467
48468
48469
# File 'lib/quickfix_fields.rb', line 48467

def LegDeliveryStreamToleranceUnitOfMeasure.field
  return 41444
end