Class: Quickfix::DeliveryScheduleNotionalCommodityFrequency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleNotionalCommodityFrequency

Returns a new instance of DeliveryScheduleNotionalCommodityFrequency.



41619
41620
41621
41622
41623
41624
41625
# File 'lib/quickfix_fields.rb', line 41619

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