Class: Quickfix::NoLegReturnRateFXConversions

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

Returns a new instance of NoLegReturnRateFXConversions.



67593
67594
67595
67596
67597
67598
67599
# File 'lib/quickfix_fields.rb', line 67593

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

Class Method Details

.fieldObject



67590
67591
67592
# File 'lib/quickfix_fields.rb', line 67590

def NoLegReturnRateFXConversions.field
  return 42530
end