Class: Quickfix::PutOrCall
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PutOrCall
constructor
A new instance of PutOrCall.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PutOrCall
Returns a new instance of PutOrCall.
3022 3023 3024 3025 3026 3027 3028 |
# File 'lib/quickfix_fields.rb', line 3022 def initialize(data = nil) if( data == nil ) super(201) else super(201, data) end end |
Class Method Details
.field ⇒ Object
3019 3020 3021 |
# File 'lib/quickfix_fields.rb', line 3019 def PutOrCall.field return 201 end |