Class: Quickfix::TradeReportTransType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradeReportTransType
Returns a new instance of TradeReportTransType.
2320 2321 2322 2323 2324 2325 2326 |
# File 'lib/quickfix_fields.rb', line 2320 def initialize(data = nil) if( data == nil ) super(487) else super(487, data) end end |
Class Method Details
.field ⇒ Object
2317 2318 2319 |
# File 'lib/quickfix_fields.rb', line 2317 def TradeReportTransType.field return 487 end |