Class: Quickfix::TradeLinkID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeLinkID
constructor
A new instance of TradeLinkID.
Constructor Details
#initialize(data = nil) ⇒ TradeLinkID
Returns a new instance of TradeLinkID.
2372 2373 2374 2375 2376 2377 2378 |
# File 'lib/quickfix_fields.rb', line 2372 def initialize(data = nil) if( data == nil ) super(820) else super(820, data) end end |
Class Method Details
.field ⇒ Object
2369 2370 2371 |
# File 'lib/quickfix_fields.rb', line 2369 def TradeLinkID.field return 820 end |