Class: Quickfix::LegStreamNotionalCommodityFrequency
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegStreamNotionalCommodityFrequency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotionalCommodityFrequency
constructor
A new instance of LegStreamNotionalCommodityFrequency.
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotionalCommodityFrequency
Returns a new instance of LegStreamNotionalCommodityFrequency.
51928 51929 51930 51931 51932 51933 51934 |
# File 'lib/quickfix_fields.rb', line 51928 def initialize(data = nil) if( data == nil ) super(41705) else super(41705, data) end end |