Class: Quickfix::DerivativeInstrmtAssignmentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrmtAssignmentMethod

Returns a new instance of DerivativeInstrmtAssignmentMethod.



16672
16673
16674
16675
16676
16677
16678
# File 'lib/quickfix_fields.rb', line 16672

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

Class Method Details

.fieldObject



16669
16670
16671
# File 'lib/quickfix_fields.rb', line 16669

def DerivativeInstrmtAssignmentMethod.field
  return 1255
end