Class: Quickfix::NoReturnRatePrices

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

Returns a new instance of NoReturnRatePrices.



70622
70623
70624
70625
70626
70627
70628
# File 'lib/quickfix_fields.rb', line 70622

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

Class Method Details

.fieldObject



70619
70620
70621
# File 'lib/quickfix_fields.rb', line 70619

def NoReturnRatePrices.field
  return 42765
end