Class: Quickfix::TradeClearingInstruction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeClearingInstruction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeClearingInstruction
constructor
A new instance of TradeClearingInstruction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeClearingInstruction
Returns a new instance of TradeClearingInstruction.
25213 25214 25215 25216 25217 25218 25219 |
# File 'lib/quickfix_fields.rb', line 25213 def initialize(data = nil) if( data == nil ) super(1925) else super(1925, data) end end |
Class Method Details
.field ⇒ Object
25210 25211 25212 |
# File 'lib/quickfix_fields.rb', line 25210 def TradeClearingInstruction.field return 1925 end |