Class: Quickfix::UnderlyingDeliveryScheduleNotionalCommodityFrequency
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleNotionalCommodityFrequency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalCommodityFrequency
constructor
A new instance of UnderlyingDeliveryScheduleNotionalCommodityFrequency.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotionalCommodityFrequency
Returns a new instance of UnderlyingDeliveryScheduleNotionalCommodityFrequency.
52955 52956 52957 52958 52959 52960 52961 |
# File 'lib/quickfix_fields.rb', line 52955 def initialize(data = nil) if( data == nil ) super(41761) else super(41761, data) end end |
Class Method Details
.field ⇒ Object
52952 52953 52954 |
# File 'lib/quickfix_fields.rb', line 52952 def .field return 41761 end |