Class: Quickfix::NoCrossLegs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCrossLegs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCrossLegs
constructor
A new instance of NoCrossLegs.
Constructor Details
#initialize(data = nil) ⇒ NoCrossLegs
Returns a new instance of NoCrossLegs.
23874 23875 23876 23877 23878 23879 23880 |
# File 'lib/quickfix_fields.rb', line 23874 def initialize(data = nil) if( data == nil ) super(1829) else super(1829, data) end end |