Class: Quickfix::ReturnRatePriceSequence

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

Returns a new instance of ReturnRatePriceSequence.



70245
70246
70247
70248
70249
70250
70251
# File 'lib/quickfix_fields.rb', line 70245

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

Class Method Details

.fieldObject



70242
70243
70244
# File 'lib/quickfix_fields.rb', line 70242

def ReturnRatePriceSequence.field
  return 42736
end