Class: Quickfix::UnderlyingUnitOfMeasureCurrency

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

Returns a new instance of UnderlyingUnitOfMeasureCurrency.



22730
22731
22732
22733
22734
22735
22736
# File 'lib/quickfix_fields.rb', line 22730

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

Class Method Details

.fieldObject



22727
22728
22729
# File 'lib/quickfix_fields.rb', line 22727

def UnderlyingUnitOfMeasureCurrency.field
  return 1718
end