Class: Quickfix::TradeRequestType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeRequestType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeRequestType
constructor
A new instance of TradeRequestType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeRequestType
Returns a new instance of TradeRequestType.
7754 7755 7756 7757 7758 7759 7760 |
# File 'lib/quickfix_fields.rb', line 7754 def initialize(data = nil) if( data == nil ) super(569) else super(569, data) end end |
Class Method Details
.field ⇒ Object
7751 7752 7753 |
# File 'lib/quickfix_fields.rb', line 7751 def TradeRequestType.field return 569 end |