Class: Quickfix::NoReturnRateInformationSources

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

Returns a new instance of NoReturnRateInformationSources.



70570
70571
70572
70573
70574
70575
70576
# File 'lib/quickfix_fields.rb', line 70570

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

Class Method Details

.fieldObject



70567
70568
70569
# File 'lib/quickfix_fields.rb', line 70567

def NoReturnRateInformationSources.field
  return 42761
end