Class: Quickfix::StreamTotalNotional

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

Returns a new instance of StreamTotalNotional.



46247
46248
46249
46250
46251
46252
46253
# File 'lib/quickfix_fields.rb', line 46247

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

Class Method Details

.fieldObject



46244
46245
46246
# File 'lib/quickfix_fields.rb', line 46244

def StreamTotalNotional.field
  return 41310
end