Class: Quickfix::UnderlyingPricingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPricingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingDateBusinessCenter
constructor
A new instance of UnderlyingPricingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingDateBusinessCenter
Returns a new instance of UnderlyingPricingDateBusinessCenter.
55581 55582 55583 55584 55585 55586 55587 |
# File 'lib/quickfix_fields.rb', line 55581 def initialize(data = nil) if( data == nil ) super(41948) else super(41948, data) end end |
Class Method Details
.field ⇒ Object
55578 55579 55580 |
# File 'lib/quickfix_fields.rb', line 55578 def .field return 41948 end |