Class: Quickfix::NoLegPaymentStreamPricingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamPricingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamPricingDates
constructor
A new instance of NoLegPaymentStreamPricingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamPricingDates
Returns a new instance of NoLegPaymentStreamPricingDates.
50472 50473 50474 50475 50476 50477 50478 |
# File 'lib/quickfix_fields.rb', line 50472 def initialize(data = nil) if( data == nil ) super(41593) else super(41593, data) end end |
Class Method Details
.field ⇒ Object
50469 50470 50471 |
# File 'lib/quickfix_fields.rb', line 50469 def NoLegPaymentStreamPricingDates.field return 41593 end |