Class: Quickfix::StreamNotionalCommodityFrequency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamNotionalCommodityFrequency

Returns a new instance of StreamNotionalCommodityFrequency.



46221
46222
46223
46224
46225
46226
46227
# File 'lib/quickfix_fields.rb', line 46221

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