Class: Quickfix::QuotePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuotePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuotePriceType
constructor
A new instance of QuotePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuotePriceType
Returns a new instance of QuotePriceType.
9509 9510 9511 9512 9513 9514 9515 |
# File 'lib/quickfix_fields.rb', line 9509 def initialize(data = nil) if( data == nil ) super(692) else super(692, data) end end |
Class Method Details
.field ⇒ Object
9506 9507 9508 |
# File 'lib/quickfix_fields.rb', line 9506 def QuotePriceType.field return 692 end |