Class: Quickfix::NoLotTypeRules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLotTypeRules
Returns a new instance of NoLotTypeRules.
16412 16413 16414 16415 16416 16417 16418 |
# File 'lib/quickfix_fields.rb', line 16412 def initialize(data = nil) if( data == nil ) super(1234) else super(1234, data) end end |
Class Method Details
.field ⇒ Object
16409 16410 16411 |
# File 'lib/quickfix_fields.rb', line 16409 def NoLotTypeRules.field return 1234 end |