Class: Quickfix::NoMiscFeeSubTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoMiscFeeSubTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMiscFeeSubTypes
constructor
A new instance of NoMiscFeeSubTypes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoMiscFeeSubTypes
Returns a new instance of NoMiscFeeSubTypes.
62718 62719 62720 62721 62722 62723 62724 |
# File 'lib/quickfix_fields.rb', line 62718 def initialize(data = nil) if( data == nil ) super(2633) else super(2633, data) end end |
Class Method Details
.field ⇒ Object
62715 62716 62717 |
# File 'lib/quickfix_fields.rb', line 62715 def NoMiscFeeSubTypes.field return 2633 end |