Class: Quickfix::NoPaymentStreamPricingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStreamPricingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamPricingDays
constructor
A new instance of NoPaymentStreamPricingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamPricingDays
Returns a new instance of NoPaymentStreamPricingDays.
45168 45169 45170 45171 45172 45173 45174 |
# File 'lib/quickfix_fields.rb', line 45168 def initialize(data = nil) if( data == nil ) super(41227) else super(41227, data) end end |
Class Method Details
.field ⇒ Object
45165 45166 45167 |
# File 'lib/quickfix_fields.rb', line 45165 def NoPaymentStreamPricingDays.field return 41227 end |