Class: Quickfix::StreamNotionalFrequencyUnit

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

Returns a new instance of StreamNotionalFrequencyUnit.



46208
46209
46210
46211
46212
46213
46214
# File 'lib/quickfix_fields.rb', line 46208

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

Class Method Details

.fieldObject



46205
46206
46207
# File 'lib/quickfix_fields.rb', line 46205

def StreamNotionalFrequencyUnit.field
  return 41307
end