Class: Quickfix::LegDeliveryScheduleNotionalUnitOfMeasure

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

Returns a new instance of LegDeliveryScheduleNotionalUnitOfMeasure.



48041
48042
48043
48044
48045
48046
48047
# File 'lib/quickfix_fields.rb', line 48041

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

Class Method Details

.fieldObject



48038
48039
48040
# File 'lib/quickfix_fields.rb', line 48038

def LegDeliveryScheduleNotionalUnitOfMeasure.field
  return 41412
end