Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPricingBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCenter
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCenter
Returns a new instance of UnderlyingPaymentStreamPricingBusinessCenter.
55113 55114 55115 55116 55117 55118 55119 |
# File 'lib/quickfix_fields.rb', line 55113 def initialize(data = nil) if( data == nil ) super(41910) else super(41910, data) end end |
Class Method Details
.field ⇒ Object
55110 55111 55112 |
# File 'lib/quickfix_fields.rb', line 55110 def .field return 41910 end |