Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPricingBusinessCalendar
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessCalendar.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessCalendar
Returns a new instance of UnderlyingPaymentStreamPricingBusinessCalendar.
55412 55413 55414 55415 55416 55417 55418 |
# File 'lib/quickfix_fields.rb', line 55412 def initialize(data = nil) if( data == nil ) super(41933) else super(41933, data) end end |
Class Method Details
.field ⇒ Object
55409 55410 55411 |
# File 'lib/quickfix_fields.rb', line 55409 def .field return 41933 end |