Class: Quickfix::TradeMatchAckStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeMatchAckStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeMatchAckStatus
constructor
A new instance of TradeMatchAckStatus.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeMatchAckStatus
Returns a new instance of TradeMatchAckStatus.
24810 24811 24812 24813 24814 24815 24816 |
# File 'lib/quickfix_fields.rb', line 24810 def initialize(data = nil) if( data == nil ) super(1896) else super(1896, data) end end |
Class Method Details
.field ⇒ Object
24807 24808 24809 |
# File 'lib/quickfix_fields.rb', line 24807 def TradeMatchAckStatus.field return 1896 end |