Class: Quickfix::LegReturnRateDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateDeterminationMethod

Returns a new instance of LegReturnRateDeterminationMethod.



67723
67724
67725
67726
67727
67728
67729
# File 'lib/quickfix_fields.rb', line 67723

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