Class: Quickfix::UnderlyingPriceQuoteCurrency

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



21690
21691
21692
21693
21694
21695
21696
# File 'lib/quickfix_fields.rb', line 21690

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

Class Method Details

.fieldObject



21687
21688
21689
# File 'lib/quickfix_fields.rb', line 21687

def UnderlyingPriceQuoteCurrency.field
  return 1526
end