Class: Quickfix::DerivativeOptPayAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeOptPayAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptPayAmount
constructor
A new instance of DerivativeOptPayAmount.
Constructor Details
#initialize(data = nil) ⇒ DerivativeOptPayAmount
Returns a new instance of DerivativeOptPayAmount.
12317 12318 12319 12320 12321 12322 12323 |
# File 'lib/quickfix_fields.rb', line 12317 def initialize(data = nil) if( data == nil ) super(1225) else super(1225, data) end end |
Class Method Details
.field ⇒ Object
12314 12315 12316 |
# File 'lib/quickfix_fields.rb', line 12314 def DerivativeOptPayAmount.field return 1225 end |