Class: Quickfix::ReturnRateInformationSource

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

Instance Method Summary collapse

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