Class: Quickfix::NetGrossInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NetGrossInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
19168 19169 19170 19171 19172 19173 19174 |
# File 'lib/quickfix_fields.rb', line 19168 def initialize(data = nil) if( data == nil ) super(430) else super(430, data) end end |
Class Method Details
.field ⇒ Object
19165 19166 19167 |
# File 'lib/quickfix_fields.rb', line 19165 def NetGrossInd.field return 430 end |