Class: Quickfix::NoNotAffectedOrders
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoNotAffectedOrders
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNotAffectedOrders
constructor
A new instance of NoNotAffectedOrders.
Constructor Details
#initialize(data = nil) ⇒ NoNotAffectedOrders
Returns a new instance of NoNotAffectedOrders.
3932 3933 3934 3935 3936 3937 3938 |
# File 'lib/quickfix_fields.rb', line 3932 def initialize(data = nil) if( data == nil ) super(1370) else super(1370, data) end end |
Class Method Details
.field ⇒ Object
3929 3930 3931 |
# File 'lib/quickfix_fields.rb', line 3929 def NoNotAffectedOrders.field return 1370 end |