Class: Quickfix::NoLotTypeRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLotTypeRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLotTypeRules
constructor
A new instance of NoLotTypeRules.
Constructor Details
#initialize(data = nil) ⇒ NoLotTypeRules
Returns a new instance of NoLotTypeRules.
11355 11356 11357 11358 11359 11360 11361 |
# File 'lib/quickfix_fields.rb', line 11355 def initialize(data = nil) if( data == nil ) super(1234) else super(1234, data) end end |
Class Method Details
.field ⇒ Object
11352 11353 11354 |
# File 'lib/quickfix_fields.rb', line 11352 def NoLotTypeRules.field return 1234 end |