Class: Quickfix::LegPaymentStreamPricingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayCount
constructor
A new instance of LegPaymentStreamPricingDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayCount
Returns a new instance of LegPaymentStreamPricingDayCount.
50381 50382 50383 50384 50385 50386 50387 |
# File 'lib/quickfix_fields.rb', line 50381 def initialize(data = nil) if( data == nil ) super(41584) else super(41584, data) end end |
Class Method Details
.field ⇒ Object
50378 50379 50380 |
# File 'lib/quickfix_fields.rb', line 50378 def LegPaymentStreamPricingDayCount.field return 41584 end |