Class: Quickfix::DerivativePriceQuoteCurrencyCodeSource

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

Returns a new instance of DerivativePriceQuoteCurrencyCodeSource.



78747
78748
78749
78750
78751
78752
78753
# File 'lib/quickfix_fields.rb', line 78747

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

Class Method Details

.fieldObject



78744
78745
78746
# File 'lib/quickfix_fields.rb', line 78744

def DerivativePriceQuoteCurrencyCodeSource.field
  return 2915
end