Class: Quickfix::NetGrossInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NetGrossInd
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NetGrossInd
constructor
A new instance of NetGrossInd.
Constructor Details
#initialize(data = nil) ⇒ NetGrossInd
Returns a new instance of NetGrossInd.
5375 5376 5377 5378 5379 5380 5381 |
# File 'lib/quickfix_fields.rb', line 5375 def initialize(data = nil) if( data == nil ) super(430) else super(430, data) end end |