Class: Quickfix::TradeRequestType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TradeRequestType
Returns a new instance of TradeRequestType.
2528 2529 2530 2531 2532 2533 2534 |
# File 'lib/quickfix_fields.rb', line 2528 def initialize(data = nil) if( data == nil ) super(569) else super(569, data) end end |
Class Method Details
.field ⇒ Object
2525 2526 2527 |
# File 'lib/quickfix_fields.rb', line 2525 def TradeRequestType.field return 569 end |