Class: Quickfix::ReturnRateQuotePricingModel

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ReturnRateQuotePricingModel

Returns a new instance of ReturnRateQuotePricingModel.



70479
70480
70481
70482
70483
70484
70485
# File 'lib/quickfix_fields.rb', line 70479

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

Class Method Details

.fieldObject



70476
70477
70478
# File 'lib/quickfix_fields.rb', line 70476

def ReturnRateQuotePricingModel.field
  return 42754
end