Class: Quickfix::UnderlyingPaymentStreamPricingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayDistribution
constructor
A new instance of UnderlyingPaymentStreamPricingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayDistribution
Returns a new instance of UnderlyingPaymentStreamPricingDayDistribution.
55386 55387 55388 55389 55390 55391 55392 |
# File 'lib/quickfix_fields.rb', line 55386 def initialize(data = nil) if( data == nil ) super(41931) else super(41931, data) end end |
Class Method Details
.field ⇒ Object
55383 55384 55385 |
# File 'lib/quickfix_fields.rb', line 55383 def UnderlyingPaymentStreamPricingDayDistribution.field return 41931 end |