Class: Quickfix::NetMoney
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::NetMoney
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetMoney
constructor
A new instance of NetMoney.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ NetMoney
Returns a new instance of NetMoney.
2060 2061 2062 2063 2064 2065 2066 |
# File 'lib/quickfix_fields.rb', line 2060 def initialize(data = nil) if( data == nil ) super(118) else super(118, data) end end |
Class Method Details
.field ⇒ Object
2057 2058 2059 |
# File 'lib/quickfix_fields.rb', line 2057 def NetMoney.field return 118 end |