Class: Quickfix::CustOrderHandlingInst
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CustOrderHandlingInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CustOrderHandlingInst
constructor
A new instance of CustOrderHandlingInst.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CustOrderHandlingInst
Returns a new instance of CustOrderHandlingInst.
13838 13839 13840 13841 13842 13843 13844 |
# File 'lib/quickfix_fields.rb', line 13838 def initialize(data = nil) if( data == nil ) super(1031) else super(1031, data) end end |
Class Method Details
.field ⇒ Object
13835 13836 13837 |
# File 'lib/quickfix_fields.rb', line 13835 def CustOrderHandlingInst.field return 1031 end |