Class: Quickfix::SecurityTradingEvent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecurityTradingEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityTradingEvent
constructor
A new instance of SecurityTradingEvent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecurityTradingEvent
Returns a new instance of SecurityTradingEvent.
15658 15659 15660 15661 15662 15663 15664 |
# File 'lib/quickfix_fields.rb', line 15658 def initialize(data = nil) if( data == nil ) super(1174) else super(1174, data) end end |
Class Method Details
.field ⇒ Object
15655 15656 15657 |
# File 'lib/quickfix_fields.rb', line 15655 def SecurityTradingEvent.field return 1174 end |