Class: Quickfix::NoUnderlyingPaymentStreamPricingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamPricingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingDays
constructor
A new instance of NoUnderlyingPaymentStreamPricingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingDays
Returns a new instance of NoUnderlyingPaymentStreamPricingDays.
55529 55530 55531 55532 55533 55534 55535 |
# File 'lib/quickfix_fields.rb', line 55529 def initialize(data = nil) if( data == nil ) super(41944) else super(41944, data) end end |
Class Method Details
.field ⇒ Object
55526 55527 55528 |
# File 'lib/quickfix_fields.rb', line 55526 def .field return 41944 end |