Class: Quickfix::FuturesValuationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FuturesValuationMethod

Returns a new instance of FuturesValuationMethod.



13344
13345
13346
13347
13348
13349
13350
# File 'lib/quickfix_fields.rb', line 13344

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

Class Method Details

.fieldObject



13341
13342
13343
# File 'lib/quickfix_fields.rb', line 13341

def FuturesValuationMethod.field
  return 1197
end