Class: Quickfix::TradeHandlingInstr
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::TradeHandlingInstr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeHandlingInstr
constructor
A new instance of TradeHandlingInstr.
Constructor Details
#initialize(data = nil) ⇒ TradeHandlingInstr
Returns a new instance of TradeHandlingInstr.
16802 16803 16804 16805 16806 16807 16808 |
# File 'lib/quickfix_fields.rb', line 16802 def initialize(data = nil) if( data == nil ) super(1123) else super(1123, data) end end |
Class Method Details
.field ⇒ Object
16799 16800 16801 |
# File 'lib/quickfix_fields.rb', line 16799 def TradeHandlingInstr.field return 1123 end |