Class: Quickfix::ExecPriceType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ExecPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecPriceType
constructor
A new instance of ExecPriceType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ExecPriceType
Returns a new instance of ExecPriceType.
6688 6689 6690 6691 6692 6693 6694 |
# File 'lib/quickfix_fields.rb', line 6688 def initialize(data = nil) if( data == nil ) super(484) else super(484, data) end end |
Class Method Details
.field ⇒ Object
6685 6686 6687 |
# File 'lib/quickfix_fields.rb', line 6685 def ExecPriceType.field return 484 end |