Class: Quickfix::UnderlyingReturnRateTotalCommissionPerTrade

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

Returns a new instance of UnderlyingReturnRateTotalCommissionPerTrade.



74444
74445
74446
74447
74448
74449
74450
# File 'lib/quickfix_fields.rb', line 74444

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

Class Method Details

.fieldObject



74441
74442
74443
# File 'lib/quickfix_fields.rb', line 74441

def UnderlyingReturnRateTotalCommissionPerTrade.field
  return 43039
end