Class: Quickfix::DerivativePriceUnitOfMeasure

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

Returns a new instance of DerivativePriceUnitOfMeasure.



17439
17440
17441
17442
17443
17444
17445
# File 'lib/quickfix_fields.rb', line 17439

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

Class Method Details

.fieldObject



17436
17437
17438
# File 'lib/quickfix_fields.rb', line 17436

def DerivativePriceUnitOfMeasure.field
  return 1315
end