Class: Quickfix::NoBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoBusinessCenters
constructor
A new instance of NoBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoBusinessCenters
Returns a new instance of NoBusinessCenters.
30907 30908 30909 30910 30911 30912 30913 |
# File 'lib/quickfix_fields.rb', line 30907 def initialize(data = nil) if( data == nil ) super(40278) else super(40278, data) end end |
Class Method Details
.field ⇒ Object
30904 30905 30906 |
# File 'lib/quickfix_fields.rb', line 30904 def NoBusinessCenters.field return 40278 end |