Class: Quickfix::ReturnRateInformationSource

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

Returns a new instance of ReturnRateInformationSource.



70583
70584
70585
70586
70587
70588
70589
# File 'lib/quickfix_fields.rb', line 70583

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

Class Method Details

.fieldObject



70580
70581
70582
# File 'lib/quickfix_fields.rb', line 70580

def ReturnRateInformationSource.field
  return 42762
end