Class: Quickfix::LegReturnRatePriceBasis

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRatePriceBasis

Returns a new instance of LegReturnRatePriceBasis.



68048
68049
68050
68051
68052
68053
68054
# File 'lib/quickfix_fields.rb', line 68048

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