Class: Quickfix::NoUnderlyingAmounts
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingAmounts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingAmounts
constructor
A new instance of NoUnderlyingAmounts.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingAmounts
Returns a new instance of NoUnderlyingAmounts.
7455 7456 7457 7458 7459 7460 7461 |
# File 'lib/quickfix_fields.rb', line 7455 def initialize(data = nil) if( data == nil ) super(984) else super(984, data) end end |
Class Method Details
.field ⇒ Object
7452 7453 7454 |
# File 'lib/quickfix_fields.rb', line 7452 def NoUnderlyingAmounts.field return 984 end |