Class: Quickfix::LegStreamNotionalFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamNotionalFrequencyUnit

Returns a new instance of LegStreamNotionalFrequencyUnit.



51915
51916
51917
51918
51919
51920
51921
# File 'lib/quickfix_fields.rb', line 51915

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