Class: Quickfix::NoUnderlyingProvisionDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingProvisionDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingProvisionDateBusinessCenters
constructor
A new instance of NoUnderlyingProvisionDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingProvisionDateBusinessCenters
60313 60314 60315 60316 60317 60318 60319 |
# File 'lib/quickfix_fields.rb', line 60313 def initialize(data = nil) if( data == nil ) super(42190) else super(42190, data) end end |
Class Method Details
.field ⇒ Object
60310 60311 60312 |
# File 'lib/quickfix_fields.rb', line 60310 def .field return 42190 end |