Class: Quickfix::NoPaymentStreamPricingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStreamPricingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamPricingDates
constructor
A new instance of NoPaymentStreamPricingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamPricingDates
45129 45130 45131 45132 45133 45134 45135 |
# File 'lib/quickfix_fields.rb', line 45129 def initialize(data = nil) if( data == nil ) super(41224) else super(41224, data) end end |
Class Method Details
.field ⇒ Object
45126 45127 45128 |
# File 'lib/quickfix_fields.rb', line 45126 def NoPaymentStreamPricingDates.field return 41224 end |