Class: Quickfix::UnderlyingReturnRateCommissionBasis

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

Returns a new instance of UnderlyingReturnRateCommissionBasis.



74405
74406
74407
74408
74409
74410
74411
# File 'lib/quickfix_fields.rb', line 74405

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

Class Method Details

.fieldObject



74402
74403
74404
# File 'lib/quickfix_fields.rb', line 74402

def UnderlyingReturnRateCommissionBasis.field
  return 43036
end