Class: Quickfix::MarketUpdateAction
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ MarketUpdateAction
Returns a new instance of MarketUpdateAction.
14293 14294 14295 14296 14297 14298 14299 |
# File 'lib/quickfix_fields.rb', line 14293 def initialize(data = nil) if( data == nil ) super(1395) else super(1395, data) end end |
Class Method Details
.field ⇒ Object
14290 14291 14292 |
# File 'lib/quickfix_fields.rb', line 14290 def MarketUpdateAction.field return 1395 end |