Class: Quickfix::AllocNetMoney
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ AllocNetMoney
Returns a new instance of AllocNetMoney.
16334 16335 16336 16337 16338 16339 16340 |
# File 'lib/quickfix_fields.rb', line 16334 def initialize(data = nil) if( data == nil ) super(154) else super(154, data) end end |
Class Method Details
.field ⇒ Object
16331 16332 16333 |
# File 'lib/quickfix_fields.rb', line 16331 def AllocNetMoney.field return 154 end |