Class: Quickfix::NoUnderlyingPaymentStreamPricingBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamPricingBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamPricingBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPricingBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamPricingBusinessCenters.
55100 55101 55102 55103 55104 55105 55106 |
# File 'lib/quickfix_fields.rb', line 55100 def initialize(data = nil) if( data == nil ) super(41909) else super(41909, data) end end |
Class Method Details
.field ⇒ Object
55097 55098 55099 |
# File 'lib/quickfix_fields.rb', line 55097 def .field return 41909 end |