Class: Quickfix::StreamNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamNotional

Returns a new instance of StreamNotional.



28008
28009
28010
28011
28012
28013
28014
# File 'lib/quickfix_fields.rb', line 28008

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

Class Method Details

.fieldObject



28005
28006
28007
# File 'lib/quickfix_fields.rb', line 28005

def StreamNotional.field
  return 40054
end