Class: Quickfix::OrderEntryAction
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::OrderEntryAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEntryAction
constructor
A new instance of OrderEntryAction.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ OrderEntryAction
Returns a new instance of OrderEntryAction.
60443 60444 60445 60446 60447 60448 60449 |
# File 'lib/quickfix_fields.rb', line 60443 def initialize(data = nil) if( data == nil ) super(2429) else super(2429, data) end end |
Class Method Details
.field ⇒ Object
60440 60441 60442 |
# File 'lib/quickfix_fields.rb', line 60440 def OrderEntryAction.field return 2429 end |