Class: Quickfix::TradeCollateralization

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) ⇒ TradeCollateralization

Returns a new instance of TradeCollateralization.



25356
25357
25358
25359
25360
25361
25362
# File 'lib/quickfix_fields.rb', line 25356

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

Class Method Details

.fieldObject



25353
25354
25355
# File 'lib/quickfix_fields.rb', line 25353

def TradeCollateralization.field
  return 1936
end