Class: Quickfix::AllocCommissionAmountSubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocCommissionAmountSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocCommissionAmountSubType
constructor
A new instance of AllocCommissionAmountSubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocCommissionAmountSubType
Returns a new instance of AllocCommissionAmountSubType.
75978 75979 75980 75981 75982 75983 75984 |
# File 'lib/quickfix_fields.rb', line 75978 def initialize(data = nil) if( data == nil ) super(2726) else super(2726, data) end end |
Class Method Details
.field ⇒ Object
75975 75976 75977 |
# File 'lib/quickfix_fields.rb', line 75975 def AllocCommissionAmountSubType.field return 2726 end |