Class: Quickfix::MiscFeeSubType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MiscFeeSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeSubType
constructor
A new instance of MiscFeeSubType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MiscFeeSubType
Returns a new instance of MiscFeeSubType.
62731 62732 62733 62734 62735 62736 62737 |
# File 'lib/quickfix_fields.rb', line 62731 def initialize(data = nil) if( data == nil ) super(2634) else super(2634, data) end end |
Class Method Details
.field ⇒ Object
62728 62729 62730 |
# File 'lib/quickfix_fields.rb', line 62728 def MiscFeeSubType.field return 2634 end |