Class: Quickfix::DeliveryScheduleNotionalUnitOfMeasure

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

Returns a new instance of DeliveryScheduleNotionalUnitOfMeasure.



41606
41607
41608
41609
41610
41611
41612
# File 'lib/quickfix_fields.rb', line 41606

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

Class Method Details

.fieldObject



41603
41604
41605
# File 'lib/quickfix_fields.rb', line 41603

def DeliveryScheduleNotionalUnitOfMeasure.field
  return 41041
end