Class: Quickfix::OrigTradeHandlingInstr
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::OrigTradeHandlingInstr
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigTradeHandlingInstr
constructor
A new instance of OrigTradeHandlingInstr.
Constructor Details
#initialize(data = nil) ⇒ OrigTradeHandlingInstr
Returns a new instance of OrigTradeHandlingInstr.
15008 15009 15010 15011 15012 15013 15014 |
# File 'lib/quickfix_fields.rb', line 15008 def initialize(data = nil) if( data == nil ) super(1124) else super(1124, data) end end |