Class: Quickfix::OptPayAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OptPayAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OptPayAmount
constructor
A new instance of OptPayAmount.
Constructor Details
#initialize(data = nil) ⇒ OptPayAmount
Returns a new instance of OptPayAmount.
18089 18090 18091 18092 18093 18094 18095 |
# File 'lib/quickfix_fields.rb', line 18089 def initialize(data = nil) if( data == nil ) super(1195) else super(1195, data) end end |
Class Method Details
.field ⇒ Object
18086 18087 18088 |
# File 'lib/quickfix_fields.rb', line 18086 def OptPayAmount.field return 1195 end |