Class: Quickfix::TradeHandlingInstr
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TradeHandlingInstr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeHandlingInstr
constructor
A new instance of TradeHandlingInstr.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TradeHandlingInstr
Returns a new instance of TradeHandlingInstr.
14995 14996 14997 14998 14999 15000 15001 |
# File 'lib/quickfix_fields.rb', line 14995 def initialize(data = nil) if( data == nil ) super(1123) else super(1123, data) end end |
Class Method Details
.field ⇒ Object
14992 14993 14994 |
# File 'lib/quickfix_fields.rb', line 14992 def TradeHandlingInstr.field return 1123 end |