Class: Quickfix::PaymentPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentPriceType
constructor
A new instance of PaymentPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentPriceType
Returns a new instance of PaymentPriceType.
39201 39202 39203 39204 39205 39206 39207 |
# File 'lib/quickfix_fields.rb', line 39201 def initialize(data = nil) if( data == nil ) super(40919) else super(40919, data) end end |
Class Method Details
.field ⇒ Object
39198 39199 39200 |
# File 'lib/quickfix_fields.rb', line 39198 def PaymentPriceType.field return 40919 end |