Class: Quickfix::DerivativeUnitOfMeasure

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeUnitOfMeasure

Returns a new instance of DerivativeUnitOfMeasure.



2242
2243
2244
2245
2246
2247
2248
# File 'lib/quickfix_fields.rb', line 2242

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

Class Method Details

.fieldObject



2239
2240
2241
# File 'lib/quickfix_fields.rb', line 2239

def DerivativeUnitOfMeasure.field
  return 1269
end