Class: Quickfix::TradeType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TradeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeType
constructor
A new instance of TradeType.
Constructor Details
#initialize(data = nil) ⇒ TradeType
Returns a new instance of TradeType.
16906 16907 16908 16909 16910 16911 16912 |
# File 'lib/quickfix_fields.rb', line 16906 def initialize(data = nil) if( data == nil ) super(418) else super(418, data) end end |
Class Method Details
.field ⇒ Object
16903 16904 16905 |
# File 'lib/quickfix_fields.rb', line 16903 def TradeType.field return 418 end |