Class: Quickfix::TradeReportTransType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeReportTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportTransType
constructor
A new instance of TradeReportTransType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeReportTransType
Returns a new instance of TradeReportTransType.
6727 6728 6729 6730 6731 6732 6733 |
# File 'lib/quickfix_fields.rb', line 6727 def initialize(data = nil) if( data == nil ) super(487) else super(487, data) end end |
Class Method Details
.field ⇒ Object
6724 6725 6726 |
# File 'lib/quickfix_fields.rb', line 6724 def TradeReportTransType.field return 487 end |