Class: Quickfix::NoUnderlyingComplexEventDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventDateBusinessCenters
constructor
A new instance of NoUnderlyingComplexEventDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventDateBusinessCenters
52344 52345 52346 52347 52348 52349 52350 |
# File 'lib/quickfix_fields.rb', line 52344 def initialize(data = nil) if( data == nil ) super(41737) else super(41737, data) end end |
Class Method Details
.field ⇒ Object
52341 52342 52343 |
# File 'lib/quickfix_fields.rb', line 52341 def .field return 41737 end |