Class: Quickfix::MiscFeeType
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MiscFeeType
Returns a new instance of MiscFeeType.
10523 10524 10525 10526 10527 10528 10529 |
# File 'lib/quickfix_fields.rb', line 10523 def initialize(data = nil) if( data == nil ) super(139) else super(139, data) end end |
Class Method Details
.field ⇒ Object
10520 10521 10522 |
# File 'lib/quickfix_fields.rb', line 10520 def MiscFeeType.field return 139 end |