Class: Quickfix::TradeRequestID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeRequestID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeRequestID
constructor
A new instance of TradeRequestID.
Constructor Details
#initialize(data = nil) ⇒ TradeRequestID
Returns a new instance of TradeRequestID.
2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/quickfix_fields.rb', line 2424 def initialize(data = nil) if( data == nil ) super(568) else super(568, data) end end |
Class Method Details
.field ⇒ Object
2421 2422 2423 |
# File 'lib/quickfix_fields.rb', line 2421 def TradeRequestID.field return 568 end |