Class: Quickfix::DeliveryScheduleNotionalCommodityFrequency
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::DeliveryScheduleNotionalCommodityFrequency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleNotionalCommodityFrequency
constructor
A new instance of DeliveryScheduleNotionalCommodityFrequency.
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 |