Class: Quickfix::LegPaymentStreamPricingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayDistribution
constructor
A new instance of LegPaymentStreamPricingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayDistribution
Returns a new instance of LegPaymentStreamPricingDayDistribution.
50368 50369 50370 50371 50372 50373 50374 |
# File 'lib/quickfix_fields.rb', line 50368 def initialize(data = nil) if( data == nil ) super(41583) else super(41583, data) end end |
Class Method Details
.field ⇒ Object
50365 50366 50367 |
# File 'lib/quickfix_fields.rb', line 50365 def LegPaymentStreamPricingDayDistribution.field return 41583 end |