Class: Quickfix::StreamNotionalUnitOfMeasure

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

Returns a new instance of StreamNotionalUnitOfMeasure.



46234
46235
46236
46237
46238
46239
46240
# File 'lib/quickfix_fields.rb', line 46234

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

Class Method Details

.fieldObject



46231
46232
46233
# File 'lib/quickfix_fields.rb', line 46231

def StreamNotionalUnitOfMeasure.field
  return 41309
end