Class: Quickfix::MiscFeeType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MiscFeeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeType
constructor
A new instance of MiscFeeType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MiscFeeType
Returns a new instance of MiscFeeType.
2281 2282 2283 2284 2285 2286 2287 |
# File 'lib/quickfix_fields.rb', line 2281 def initialize(data = nil) if( data == nil ) super(139) else super(139, data) end end |
Class Method Details
.field ⇒ Object
2278 2279 2280 |
# File 'lib/quickfix_fields.rb', line 2278 def MiscFeeType.field return 139 end |