Class: Quickfix::StreamTotalNotionalUnitOfMeasure

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

Returns a new instance of StreamTotalNotionalUnitOfMeasure.



46260
46261
46262
46263
46264
46265
46266
# File 'lib/quickfix_fields.rb', line 46260

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

Class Method Details

.fieldObject



46257
46258
46259
# File 'lib/quickfix_fields.rb', line 46257

def StreamTotalNotionalUnitOfMeasure.field
  return 41311
end