Class: Quickfix::ReturnRateQuoteMethod

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

Returns a new instance of ReturnRateQuoteMethod.



70362
70363
70364
70365
70366
70367
70368
# File 'lib/quickfix_fields.rb', line 70362

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

Class Method Details

.fieldObject



70359
70360
70361
# File 'lib/quickfix_fields.rb', line 70359

def ReturnRateQuoteMethod.field
  return 42745
end