Class: Quickfix::NoCrossLegs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoCrossLegs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCrossLegs
constructor
A new instance of NoCrossLegs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoCrossLegs
Returns a new instance of NoCrossLegs.
23874 23875 23876 23877 23878 23879 23880 |
# File 'lib/quickfix_fields.rb', line 23874 def initialize(data = nil) if( data == nil ) super(1829) else super(1829, data) end end |
Class Method Details
.field ⇒ Object
23871 23872 23873 |
# File 'lib/quickfix_fields.rb', line 23871 def NoCrossLegs.field return 1829 end |