Class: Quickfix::SettlCurrFxRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlCurrFxRateCalc

Returns a new instance of SettlCurrFxRateCalc.



17322
17323
17324
17325
17326
17327
17328
# File 'lib/quickfix_fields.rb', line 17322

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

Class Method Details

.fieldObject



17319
17320
17321
# File 'lib/quickfix_fields.rb', line 17319

def SettlCurrFxRateCalc.field
  return 156
end