Class: Quickfix::OptPayAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OptPayAmount
Returns a new instance of OptPayAmount.
15957 15958 15959 15960 15961 15962 15963 |
# File 'lib/quickfix_fields.rb', line 15957 def initialize(data = nil) if( data == nil ) super(1195) else super(1195, data) end end |
Class Method Details
.field ⇒ Object
15954 15955 15956 |
# File 'lib/quickfix_fields.rb', line 15954 def OptPayAmount.field return 1195 end |