Class: Quickfix::NoUnderlyingPricingDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPricingDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPricingDateBusinessCenters
constructor
A new instance of NoUnderlyingPricingDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPricingDateBusinessCenters
Returns a new instance of NoUnderlyingPricingDateBusinessCenters.
55568 55569 55570 55571 55572 55573 55574 |
# File 'lib/quickfix_fields.rb', line 55568 def initialize(data = nil) if( data == nil ) super(41947) else super(41947, data) end end |
Class Method Details
.field ⇒ Object
55565 55566 55567 |
# File 'lib/quickfix_fields.rb', line 55565 def NoUnderlyingPricingDateBusinessCenters.field return 41947 end |