Class: Quickfix::FuturesValuationMethod

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

Returns a new instance of FuturesValuationMethod.



15983
15984
15985
15986
15987
15988
15989
# File 'lib/quickfix_fields.rb', line 15983

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

Class Method Details

.fieldObject



15980
15981
15982
# File 'lib/quickfix_fields.rb', line 15980

def FuturesValuationMethod.field
  return 1197
end