Class: Quickfix::DerivativeInstrmtAssignmentMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrmtAssignmentMethod

Returns a new instance of DerivativeInstrmtAssignmentMethod.



13695
13696
13697
13698
13699
13700
13701
# File 'lib/quickfix_fields.rb', line 13695

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

Class Method Details

.fieldObject



13692
13693
13694
# File 'lib/quickfix_fields.rb', line 13692

def DerivativeInstrmtAssignmentMethod.field
  return 1255
end