Class: Quickfix::AllocNetMoney
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocNetMoney
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocNetMoney
constructor
A new instance of AllocNetMoney.
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 |