Class: Quickfix::UnderlyingStreamNotionalFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit

Returns a new instance of UnderlyingStreamNotionalFrequencyUnit.



56517
56518
56519
56520
56521
56522
56523
# File 'lib/quickfix_fields.rb', line 56517

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