Class: Quickfix::LegReturnRatePriceSequence

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegReturnRatePriceSequence

Returns a new instance of LegReturnRatePriceSequence.



67658
67659
67660
67661
67662
67663
67664
# File 'lib/quickfix_fields.rb', line 67658

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

Class Method Details

.fieldObject



67655
67656
67657
# File 'lib/quickfix_fields.rb', line 67655

def LegReturnRatePriceSequence.field
  return 42535
end