Class: Quickfix::MarginAmtFXRateCalc

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

Returns a new instance of MarginAmtFXRateCalc.



40254
40255
40256
40257
40258
40259
40260
# File 'lib/quickfix_fields.rb', line 40254

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

Class Method Details

.fieldObject



40251
40252
40253
# File 'lib/quickfix_fields.rb', line 40251

def MarginAmtFXRateCalc.field
  return 2089
end