Class: Quickfix::MiscFeeBasis
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MiscFeeBasis
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MiscFeeBasis
constructor
A new instance of MiscFeeBasis.
Constructor Details
#initialize(data = nil) ⇒ MiscFeeBasis
Returns a new instance of MiscFeeBasis.
14163 14164 14165 14166 14167 14168 14169 |
# File 'lib/quickfix_fields.rb', line 14163 def initialize(data = nil) if( data == nil ) super(891) else super(891, data) end end |
Class Method Details
.field ⇒ Object
14160 14161 14162 |
# File 'lib/quickfix_fields.rb', line 14160 def MiscFeeBasis.field return 891 end |