Class: Quickfix::NoBidComponents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoBidComponents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoBidComponents
constructor
A new instance of NoBidComponents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoBidComponents
Returns a new instance of NoBidComponents.
5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/quickfix_fields.rb', line 5245 def initialize(data = nil) if( data == nil ) super(420) else super(420, data) end end |
Class Method Details
.field ⇒ Object
5242 5243 5244 |
# File 'lib/quickfix_fields.rb', line 5242 def NoBidComponents.field return 420 end |