Class: Quickfix::SettlCurrOfferFxRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlCurrOfferFxRate

Returns a new instance of SettlCurrOfferFxRate.



8833
8834
8835
8836
8837
8838
8839
# File 'lib/quickfix_fields.rb', line 8833

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

Class Method Details

.fieldObject



8830
8831
8832
# File 'lib/quickfix_fields.rb', line 8830

def SettlCurrOfferFxRate.field
  return 657
end