Class: Quickfix::TradeAllocIndicator
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeAllocIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocIndicator
constructor
A new instance of TradeAllocIndicator.
Constructor Details
#initialize(data = nil) ⇒ TradeAllocIndicator
Returns a new instance of TradeAllocIndicator.
12707 12708 12709 12710 12711 12712 12713 |
# File 'lib/quickfix_fields.rb', line 12707 def initialize(data = nil) if( data == nil ) super(826) else super(826, data) end end |
Class Method Details
.field ⇒ Object
12704 12705 12706 |
# File 'lib/quickfix_fields.rb', line 12704 def TradeAllocIndicator.field return 826 end |