Class: Quickfix::LegPaymentStreamPricingBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamPricingBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingBusinessCenter
constructor
A new instance of LegPaymentStreamPricingBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingBusinessCenter
Returns a new instance of LegPaymentStreamPricingBusinessCenter.
50095 50096 50097 50098 50099 50100 50101 |
# File 'lib/quickfix_fields.rb', line 50095 def initialize(data = nil) if( data == nil ) super(41562) else super(41562, data) end end |
Class Method Details
.field ⇒ Object
50092 50093 50094 |
# File 'lib/quickfix_fields.rb', line 50092 def LegPaymentStreamPricingBusinessCenter.field return 41562 end |