Class: Quickfix::LegReturnRateFXCurrencySymbol

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

Returns a new instance of LegReturnRateFXCurrencySymbol.



67606
67607
67608
67609
67610
67611
67612
# File 'lib/quickfix_fields.rb', line 67606

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

Class Method Details

.fieldObject



67603
67604
67605
# File 'lib/quickfix_fields.rb', line 67603

def LegReturnRateFXCurrencySymbol.field
  return 42531
end