Class: Quickfix::PosQtyUnitOfMeasure

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

Returns a new instance of PosQtyUnitOfMeasure.



24056
24057
24058
24059
24060
24061
24062
# File 'lib/quickfix_fields.rb', line 24056

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

Class Method Details

.fieldObject



24053
24054
24055
# File 'lib/quickfix_fields.rb', line 24053

def PosQtyUnitOfMeasure.field
  return 1836
end