Class: Quickfix::UnderlyingPaymentStreamPricingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDateType
constructor
A new instance of UnderlyingPaymentStreamPricingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDateType
Returns a new instance of UnderlyingPaymentStreamPricingDateType.
55516 55517 55518 55519 55520 55521 55522 |
# File 'lib/quickfix_fields.rb', line 55516 def initialize(data = nil) if( data == nil ) super(41943) else super(41943, data) end end |
Class Method Details
.field ⇒ Object
55513 55514 55515 |
# File 'lib/quickfix_fields.rb', line 55513 def UnderlyingPaymentStreamPricingDateType.field return 41943 end |