Class: Quickfix::SettlCurrOfferFxRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlCurrOfferFxRate



5115
5116
5117
5118
5119
5120
5121
# File 'lib/quickfix_fields.rb', line 5115

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

Class Method Details

.fieldObject



5112
5113
5114
# File 'lib/quickfix_fields.rb', line 5112

def SettlCurrOfferFxRate.field
  return 657
end