Class: Quickfix::TradeClearingInstruction

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeClearingInstruction

Returns a new instance of TradeClearingInstruction.



25213
25214
25215
25216
25217
25218
25219
# File 'lib/quickfix_fields.rb', line 25213

def initialize(data = nil)
  if( data == nil )
    super(1925)
  else
    super(1925, data)
  end
end

Class Method Details

.fieldObject



25210
25211
25212
# File 'lib/quickfix_fields.rb', line 25210

def TradeClearingInstruction.field
  return 1925
end