Class: Quickfix::SecurityTradingEvent
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ SecurityTradingEvent
Returns a new instance of SecurityTradingEvent.
16282 16283 16284 16285 16286 16287 16288 |
# File 'lib/quickfix_fields.rb', line 16282 def initialize(data = nil) if( data == nil ) super(1174) else super(1174, data) end end |
Class Method Details
.field ⇒ Object
16279 16280 16281 |
# File 'lib/quickfix_fields.rb', line 16279 def SecurityTradingEvent.field return 1174 end |