Class: Quickfix::TradeType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TradeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeType
constructor
A new instance of TradeType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TradeType
Returns a new instance of TradeType.
5219 5220 5221 5222 5223 5224 5225 |
# File 'lib/quickfix_fields.rb', line 5219 def initialize(data = nil) if( data == nil ) super(418) else super(418, data) end end |
Class Method Details
.field ⇒ Object
5216 5217 5218 |
# File 'lib/quickfix_fields.rb', line 5216 def TradeType.field return 418 end |