Class: Quickfix::CrossType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CrossType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CrossType
constructor
A new instance of CrossType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CrossType
Returns a new instance of CrossType.
7520 7521 7522 7523 7524 7525 7526 |
# File 'lib/quickfix_fields.rb', line 7520 def initialize(data = nil) if( data == nil ) super(549) else super(549, data) end end |
Class Method Details
.field ⇒ Object
7517 7518 7519 |
# File 'lib/quickfix_fields.rb', line 7517 def CrossType.field return 549 end |