Class: Quickfix::OrigTradeHandlingInstr
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::OrigTradeHandlingInstr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
10783 10784 10785 10786 10787 10788 10789 |
# File 'lib/quickfix_fields.rb', line 10783 def initialize(data = nil) if( data == nil ) super(1124) else super(1124, data) end end |
Class Method Details
.field ⇒ Object
10780 10781 10782 |
# File 'lib/quickfix_fields.rb', line 10780 def OrigTradeHandlingInstr.field return 1124 end |