Class: Quickfix::BidTradeType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::BidTradeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidTradeType
constructor
A new instance of BidTradeType.
Constructor Details
#initialize(data = nil) ⇒ BidTradeType
Returns a new instance of BidTradeType.
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/quickfix_fields.rb', line 1462 def initialize(data = nil) if( data == nil ) super(418) else super(418, data) end end |
Class Method Details
.field ⇒ Object
1459 1460 1461 |
# File 'lib/quickfix_fields.rb', line 1459 def BidTradeType.field return 418 end |