Class: Quickfix::ReturnRateDeterminationMethod

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

Returns a new instance of ReturnRateDeterminationMethod.



70310
70311
70312
70313
70314
70315
70316
# File 'lib/quickfix_fields.rb', line 70310

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

Class Method Details

.fieldObject



70307
70308
70309
# File 'lib/quickfix_fields.rb', line 70307

def ReturnRateDeterminationMethod.field
  return 42741
end