Class: Quickfix::NoUnderlyingPaymentStreamPricingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamPricingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingDates
constructor
A new instance of NoUnderlyingPaymentStreamPricingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingDates
Returns a new instance of NoUnderlyingPaymentStreamPricingDates.
55490 55491 55492 55493 55494 55495 55496 |
# File 'lib/quickfix_fields.rb', line 55490 def initialize(data = nil) if( data == nil ) super(41941) else super(41941, data) end end |
Class Method Details
.field ⇒ Object
55487 55488 55489 |
# File 'lib/quickfix_fields.rb', line 55487 def .field return 41941 end |