Class: Quickfix::DeliveryScheduleNotionalCommodityFrequency
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleNotionalCommodityFrequency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleNotionalCommodityFrequency
constructor
A new instance of DeliveryScheduleNotionalCommodityFrequency.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
41616 41617 41618 |
# File 'lib/quickfix_fields.rb', line 41616 def DeliveryScheduleNotionalCommodityFrequency.field return 41042 end |