Class: Quickfix::MarketUpdateAction
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MarketUpdateAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketUpdateAction
constructor
A new instance of MarketUpdateAction.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MarketUpdateAction
Returns a new instance of MarketUpdateAction.
17686 17687 17688 17689 17690 17691 17692 |
# File 'lib/quickfix_fields.rb', line 17686 def initialize(data = nil) if( data == nil ) super(1395) else super(1395, data) end end |
Class Method Details
.field ⇒ Object
17683 17684 17685 |
# File 'lib/quickfix_fields.rb', line 17683 def MarketUpdateAction.field return 1395 end |