Class: Quickfix::DerivativeUnitOfMeasure

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

Returns a new instance of DerivativeUnitOfMeasure.



16854
16855
16856
16857
16858
16859
16860
# File 'lib/quickfix_fields.rb', line 16854

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

Class Method Details

.fieldObject



16851
16852
16853
# File 'lib/quickfix_fields.rb', line 16851

def DerivativeUnitOfMeasure.field
  return 1269
end