Class: Quickfix::NoLegPaymentStreamPricingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamPricingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamPricingDays
constructor
A new instance of NoLegPaymentStreamPricingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamPricingDays
50511 50512 50513 50514 50515 50516 50517 |
# File 'lib/quickfix_fields.rb', line 50511 def initialize(data = nil) if( data == nil ) super(41596) else super(41596, data) end end |
Class Method Details
.field ⇒ Object
50508 50509 50510 |
# File 'lib/quickfix_fields.rb', line 50508 def NoLegPaymentStreamPricingDays.field return 41596 end |