Class: Quickfix::NetMoney
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NetMoney
Returns a new instance of NetMoney.
17465 17466 17467 17468 17469 17470 17471 |
# File 'lib/quickfix_fields.rb', line 17465 def initialize(data = nil) if( data == nil ) super(118) else super(118, data) end end |
Class Method Details
.field ⇒ Object
17462 17463 17464 |
# File 'lib/quickfix_fields.rb', line 17462 def NetMoney.field return 118 end |