Class: Quickfix::UnderlyingStreamNotionalFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyPeriod



56504
56505
56506
56507
56508
56509
56510
# File 'lib/quickfix_fields.rb', line 56504

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