Class: Quickfix::SettlPriceFxRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlPriceFxRateCalc

Returns a new instance of SettlPriceFxRateCalc.



57219
57220
57221
57222
57223
57224
57225
# File 'lib/quickfix_fields.rb', line 57219

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

Class Method Details

.fieldObject



57216
57217
57218
# File 'lib/quickfix_fields.rb', line 57216

def SettlPriceFxRateCalc.field
  return 2366
end