Class: Quickfix::AllocNetMoney
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AllocNetMoney
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocNetMoney
constructor
A new instance of AllocNetMoney.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AllocNetMoney
Returns a new instance of AllocNetMoney.
2411 2412 2413 2414 2415 2416 2417 |
# File 'lib/quickfix_fields.rb', line 2411 def initialize(data = nil) if( data == nil ) super(154) else super(154, data) end end |
Class Method Details
.field ⇒ Object
2408 2409 2410 |
# File 'lib/quickfix_fields.rb', line 2408 def AllocNetMoney.field return 154 end |